CHANGES-fs-encryption.txt 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Hadoop HDFS Change Log for HDFS-6134 and HADOOP-10150
  2. fs-encryption (Unreleased)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. HDFS-6388. HDFS integration with KeyProvider. (clamb)
  6. IMPROVEMENTS
  7. HADOOP-10693. Implementation of AES-CTR CryptoCodec using JNI to OpenSSL
  8. (hitliuyi via cmccabe)
  9. HDFS-6387. HDFS CLI admin tool for creating & deleting an
  10. encryption zone. (clamb)
  11. HDFS-6386. HDFS Encryption Zones (clamb)
  12. HDFS-6473. Protocol and API for Encryption Zones (clamb)
  13. HDFS-6392. Wire crypto streams for encrypted files in
  14. DFSClient. (clamb and yliu)
  15. HDFS-6476. Print out the KeyProvider after finding KP successfully on
  16. startup. (Juan Yu via wang)
  17. HDFS-6391. Get the Key/IV from the NameNode for encrypted files in
  18. DFSClient. (Charles Lamb and wang)
  19. HDFS-6389. Rename restrictions for encryption zones. (clamb)
  20. HDFS-6605. Client server negotiation of cipher suite. (wang)
  21. HDFS-6625. Remove the Delete Encryption Zone function (clamb)
  22. OPTIMIZATIONS
  23. BUG FIXES