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 wh...@apache.org on 2015/06/25 03:07:52 UTC

[19/50] [abbrv] hadoop git commit: Move HDFS-8337 to branch 2.8 in CHANGES.txt.

Move HDFS-8337 to branch 2.8 in CHANGES.txt.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/20c03c96
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/20c03c96
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/20c03c96

Branch: refs/heads/HDFS-7966
Commit: 20c03c96066752f0a7158846de4d7bc4253e83f6
Parents: 971dc83
Author: Yongjun Zhang <yz...@cloudera.com>
Authored: Sat Jun 20 00:24:41 2015 -0700
Committer: Yongjun Zhang <yz...@cloudera.com>
Committed: Sat Jun 20 00:25:33 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/20c03c96/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 78360a7..4a633fe 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -937,6 +937,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
@@ -1071,9 +1074,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