Repository: hadoop Updated Branches: refs/heads/branch-2 d657e378a -> 87c3d3739
Move HDFS-8337 to branch 2.8 in CHANGES.txt. (cherry picked from commit 20c03c96066752f0a7158846de4d7bc4253e83f6) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/87c3d373 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/87c3d373 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/87c3d373 Branch: refs/heads/branch-2 Commit: 87c3d3739fa67d05a9370369e4382994c741f5d6 Parents: d657e37 Author: Yongjun Zhang <[email protected]> Authored: Sat Jun 20 00:24:41 2015 -0700 Committer: Yongjun Zhang <[email protected]> Committed: Sat Jun 20 00:28:48 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/87c3d373/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 046d49f..0ae5894 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -593,6 +593,9 @@ Release 2.8.0 - UNRELEASED HDFS-8615. Correct HTTP method in WebHDFS document. (Brahma Reddy Battula via aajisaka) + HDFS-8337. Accessing httpfs via webhdfs doesn't work from a jar with + kerberos. (Yongjun Zhang) + Release 2.7.1 - UNRELEASED INCOMPATIBLE CHANGES @@ -730,9 +733,6 @@ Release 2.7.1 - UNRELEASED HDFS-8626. Reserved RBW space is not released if creation of RBW File fails. (kanaka kumar avvaru via Arpit Agarwal) - HDFS-8337. Accessing httpfs via webhdfs doesn't work from a jar with - kerberos. (Yongjun Zhang) - Release 2.7.0 - 2015-04-20 INCOMPATIBLE CHANGES
