Repository: hadoop Updated Branches: refs/heads/trunk 6144e0137 -> 5068a25f7
Fix a long line in CHANGES.txt Change-Id: I51ce1040e6d2d8dd169ac1c238aa5e63b3c19935 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5068a25f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5068a25f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5068a25f Branch: refs/heads/trunk Commit: 5068a25f7fe77ac4ebbc8be57521b2c06405b76e Parents: 6144e01 Author: Zhe Zhang <[email protected]> Authored: Mon Oct 19 13:51:14 2015 -0700 Committer: Zhe Zhang <[email protected]> Committed: Mon Oct 19 13:51:14 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/5068a25f/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 3edbfba..41bf47c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -348,7 +348,8 @@ Trunk (Unreleased) HDFS-7673. synthetic load generator docs give incorrect/incomplete commands (Brahma Reddy Battula via aw) - HDFS-8332. DFS client API calls should check filesystem closed (Rakesh R via umamahesh) + HDFS-8332. DFS client API calls should check filesystem closed + (Rakesh R via umamahesh) HDFS-8412. Fix the test failures in HTTPFS. (umamahesh) @@ -371,7 +372,7 @@ Trunk (Unreleased) directories ( Zhe Zhang via vinayakumarb ) HDFS-7339. Representing striped block groups in NameNode with hierarchical - naming protocol ( Zhe Zhang ) + naming protocol ( zhz ) HDFS-7652. Process block reports for erasure coded blocks (Zhe Zhang)
