Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D21D17391 for ; Mon, 20 Apr 2015 18:53:29 +0000 (UTC) Received: (qmail 81514 invoked by uid 500); 20 Apr 2015 18:53:10 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 81338 invoked by uid 500); 20 Apr 2015 18:53:09 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 80292 invoked by uid 99); 20 Apr 2015 18:53:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2015 18:53:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 51DD6E0942; Mon, 20 Apr 2015 18:53:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhz@apache.org To: common-commits@hadoop.apache.org Date: Mon, 20 Apr 2015 18:53:32 -0000 Message-Id: <4fb9f6f501144990954fb96d10bfc209@git.apache.org> In-Reply-To: <10c98c8bd8ed493f93bf8419d6cd7b71@git.apache.org> References: <10c98c8bd8ed493f93bf8419d6cd7b71@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/50] hadoop git commit: HADOOP-11782 Correct two thrown messages in ECSchema class. Contributed by Xinwei Qin Updated CHANGES-HDFS-EC-7285.txt HADOOP-11782 Correct two thrown messages in ECSchema class. Contributed by Xinwei Qin Updated CHANGES-HDFS-EC-7285.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/85fe8a57 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/85fe8a57 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/85fe8a57 Branch: refs/heads/HDFS-7285 Commit: 85fe8a57943dcd59ece2277c9df12e9598c10402 Parents: 5eef793 Author: Vinayakumar B Authored: Tue Apr 7 15:34:37 2015 +0530 Committer: Zhe Zhang Committed: Mon Apr 20 10:22:09 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/85fe8a57/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt index 4e60a7c..3874cb4 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt @@ -48,9 +48,6 @@ HDFS-7617. Add unit tests for editlog transactions for EC (Hui Zheng via Zhe Zhang) - HADOOP-11782. Correct two thrown messages in ECSchema class - (Xinwei Qin via Kai Zheng) - HDFS-7839. Erasure coding: implement facilities in NameNode to create and manage EC zones (Zhe Zhang)