Various fixes to CHANGES-fs-encryption.txt. Various Jiras ended up in the hadoop-common CHANGES-fs-encryption.txt by accident. Moved them to HDFS CHANGES-fs-encryption.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1600804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Charles Lamb 2014-06-06 01:49:53 +00:00
parent 3f892e9d53
commit a93a37a8cd
2 changed files with 5 additions and 5 deletions

View File

@ -6,13 +6,8 @@ fs-encryption (Unreleased)
NEW FEATURES
HDFS-6388. HDFS integration with KeyProvider. (clamb)
IMPROVEMENTS
HADOOP-6392. Wire crypto streams for encrypted files in
DFSClient. (clamb and yliu)
HADOOP-10603. Crypto input and output streams implementing Hadoop stream
interfaces. (Yi Liu and Charles Lamb)

View File

@ -6,10 +6,15 @@ fs-encryption (Unreleased)
NEW FEATURES
HDFS-6388. HDFS integration with KeyProvider. (clamb)
IMPROVEMENTS
HDFS-6473. Protocol and API for Encryption Zones (clamb)
HDFS-6392. Wire crypto streams for encrypted files in
DFSClient. (clamb and yliu)
HDFS-6476. Print out the KeyProvider after finding KP successfully on
startup. (Juan Yu via wang)