HDFS-6979. Fix minor error in CHANGES.txt. Contributed by Chris Nauroth.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c828b8aa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c828b8aa Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c828b8aa Branch: refs/heads/HDFS-6584 Commit: c828b8aa91abe1e2f54391a9b19a6f6fc9839a89 Parents: 2cd5b4f Author: cnauroth <[email protected]> Authored: Fri Sep 5 11:07:41 2014 -0700 Committer: Jing Zhao <[email protected]> Committed: Fri Sep 5 13:50:42 2014 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c828b8aa/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 8a553aa..405ba91 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -628,7 +628,7 @@ Release 2.6.0 - UNRELEASED HDFS-6831. Inconsistency between 'hdfs dfsadmin' and 'hdfs dfsadmin -help'. (Xiaoyu Yao via Arpit Agarwal) - HDFS-6979. hdfs.dll not produce .pdb files. (cnauroth) + HDFS-6979. hdfs.dll does not produce .pdb files. (cnauroth) BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
