CHANGES-fs-encryption.txt 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. HDFS-6619. Clean up encryption-related tests. (wang)
  27. HDFS-6405. Test Crypto streams in HDFS. (yliu via wang)
  28. HDFS-6490. Fix the keyid format for generated keys in
  29. FSNamesystem.createEncryptionZone (clamb)
  30. HDFS-6716. Update usage of KeyProviderCryptoExtension APIs on NameNode.
  31. (wang)
  32. HDFS-6718. Remove EncryptionZoneManager lock. (wang)
  33. HDFS-6720. Remove KeyProvider in EncryptionZoneManager. (wang)
  34. HDFS-6738. Remove unnecessary getEncryptionZoneForPath call in
  35. EZManager#createEncryptionZone. (clamb)
  36. HDFS-6724. Decrypt EDEK before creating
  37. CryptoInputStream/CryptoOutputStream. (wang)
  38. HDFS-6509. Create a special /.reserved/raw directory for raw access to
  39. encrypted data. (clamb via wang)
  40. HDFS-6771. Require specification of an encryption key when creating
  41. an encryption zone. (wang)
  42. HDFS-6730. Create a .RAW extended attribute namespace. (clamb)
  43. HDFS-6692. Add more HDFS encryption tests. (wang)
  44. HDFS-6780. Batch the encryption zones listing API. (wang)
  45. HDFS-6394. HDFS encryption documentation. (wang)
  46. HDFS-6834. Improve the configuration guidance in DFSClient when there
  47. are no Codec classes found in configs. (umamahesh)
  48. OPTIMIZATIONS
  49. BUG FIXES
  50. HDFS-6733. Creating encryption zone results in NPE when
  51. KeyProvider is null. (clamb)
  52. HDFS-6785. Should not be able to create encryption zone using path
  53. to a non-directory file. (clamb)
  54. HDFS-6807. Fix TestReservedRawPaths. (clamb)
  55. HDFS-6814. Mistakenly dfs.namenode.list.encryption.zones.num.responses configured
  56. as boolean. (umamahesh)
  57. HDFS-6817. Fix findbugs and other warnings. (yliu)
  58. HDFS-6839. Fix TestCLI to expect new output. (clamb)