CHANGES-fs-encryption.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Hadoop HDFS Change Log for HDFS-6134 and HADOOP-10150
  2. fs-encryption (Unreleased)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. HDFS-6387. HDFS CLI admin tool for creating & deleting an
  7. encryption zone. (clamb)
  8. HDFS-6386. HDFS Encryption Zones (clamb)
  9. HDFS-6388. HDFS integration with KeyProvider. (clamb)
  10. HDFS-6473. Protocol and API for Encryption Zones (clamb)
  11. HDFS-6392. Wire crypto streams for encrypted files in
  12. DFSClient. (clamb and yliu)
  13. HDFS-6476. Print out the KeyProvider after finding KP successfully on
  14. startup. (Juan Yu via wang)
  15. HDFS-6391. Get the Key/IV from the NameNode for encrypted files in
  16. DFSClient. (Charles Lamb and wang)
  17. HDFS-6389. Rename restrictions for encryption zones. (clamb)
  18. HDFS-6605. Client server negotiation of cipher suite. (wang)
  19. HDFS-6625. Remove the Delete Encryption Zone function (clamb)
  20. HDFS-6516. List of Encryption Zones should be based on inodes (clamb)
  21. HDFS-6629. Not able to create symlinks after HDFS-6516 (umamaheswararao)
  22. HDFS-6635. Refactor encryption zone functionality into new
  23. EncryptionZoneManager class. (wang)
  24. HDFS-6474. Namenode needs to get the actual keys and iv from the
  25. KeyProvider. (wang)
  26. OPTIMIZATIONS
  27. BUG FIXES