Add CHANGES.txt for HADOOP-11481

This commit is contained in:
Colin Patrick Mccabe 2015-01-14 18:06:04 -08:00
parent a5a033c7ca
commit 5805dc0f04
1 changed files with 3 additions and 0 deletions

View File

@ -478,6 +478,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-11465. Fix findbugs warnings in hadoop-gridmix. (Varun Saxena via
Arpit Agarwal)
HADOOP-11481. ClassCastException while using a key created by keytool to
create encryption zone. (Charles Lamb via Colin P. Mccabe)
OPTIMIZATIONS
HADOOP-11323. WritableComparator#compare keeps reference to byte array.