Browse Source

HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
Moved CHANGES.txt entry to 2.6.1

Vinayakumar B 10 years ago
parent
commit
e7aa81394d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 0 - 2
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1199,8 +1199,6 @@ Release 2.7.0 - 2015-04-20
 
     HADOOP-10563. Remove the dependency of jsp in trunk. (wheat9)
 
-    HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. (Stephen Chu via wheat9)
-
     HADOOP-11291. Log the cause of SASL connection failures.
     (Stephen Chu via cnauroth)