You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by dr...@apache.org on 2015/04/01 15:18:39 UTC

[2/2] hadoop git commit: Update CHANGES-HDFS-EC-7285.txt

Update 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/455b89d0
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/455b89d0
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/455b89d0

Branch: refs/heads/HDFS-7285
Commit: 455b89d069684e9ac76b2a88106ad60666cac5e4
Parents: 2f9119a
Author: Kai Zheng <ka...@intel.com>
Authored: Thu Apr 2 05:15:58 2015 +0800
Committer: Kai Zheng <ka...@intel.com>
Committed: Thu Apr 2 05:15:58 2015 +0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES-HDFS-EC-7285.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/455b89d0/hadoop-common-project/hadoop-common/CHANGES-HDFS-EC-7285.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES-HDFS-EC-7285.txt b/hadoop-common-project/hadoop-common/CHANGES-HDFS-EC-7285.txt
index b69e69a..01280db 100644
--- a/hadoop-common-project/hadoop-common/CHANGES-HDFS-EC-7285.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES-HDFS-EC-7285.txt
@@ -29,3 +29,6 @@
 
     HADOOP-11647. Reed-Solomon ErasureCoder. Contributed by Kai Zheng
     ( Kai Zheng )
+
+    HADOOP-11782 Correct two thrown messages in ECSchema class. Contributed by Xinwei Qin
+    ( Xinwei Qin via Kai Zheng )