HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu. Moved CHANGES.txt entry to 2.6.1
(cherry picked from commit d6050f06a3b7e049541b1cb4597c388abf00a5be) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d6666e8d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d6666e8d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d6666e8d Branch: refs/heads/branch-2.6.1 Commit: d6666e8d261965c202d885f2c050c6934beae31f Parents: 7405de4 Author: Vinayakumar B <[email protected]> Authored: Fri Aug 14 12:09:10 2015 +0530 Committer: Vinod Kumar Vavilapalli <[email protected]> Committed: Thu Aug 27 18:18:32 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d6666e8d/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 3a87612..19bc188 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -16,6 +16,8 @@ Release 2.6.1 - UNRELEASED architecture because it is slower there (Suman Somasundar via Colin P. McCabe) + HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. (Stephen Chu via wheat9) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES @@ -329,8 +331,6 @@ Release 2.6.0 - 2014-11-18 HADOOP-11247. Fix a couple javac warnings in NFS. (Brandon Li via wheat9) - HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. (Stephen Chu via wheat9) - BUG FIXES HADOOP-11182. GraphiteSink emits wrong timestamps (Sascha Coenen via raviprak)
