Преглед изворни кода

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
Charles Lamb пре 11 година
родитељ
комит
a93a37a8cd

+ 0 - 5
hadoop-common-project/hadoop-common/CHANGES-fs-encryption.txt

@@ -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)
 

+ 5 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt

@@ -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)