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)
This commit is contained in:
Vinayakumar B 2015-08-14 12:09:10 +05:30 committed by Vinod Kumar Vavilapalli
parent 7405de4970
commit d6666e8d26
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,8 @@ Release 2.6.1 - UNRELEASED
architecture because it is slower there (Suman Somasundar via Colin P. architecture because it is slower there (Suman Somasundar via Colin P.
McCabe) McCabe)
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. (Stephen Chu via wheat9)
Release 2.6.0 - 2014-11-18 Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES 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-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 BUG FIXES
HADOOP-11182. GraphiteSink emits wrong timestamps (Sascha Coenen via raviprak) HADOOP-11182. GraphiteSink emits wrong timestamps (Sascha Coenen via raviprak)