CHANGES-fs-encryption.txt 636 B

1234567891011121314151617181920212223242526
  1. Hadoop Common 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-10603. Crypto input and output streams implementing Hadoop stream
  8. interfaces. (Yi Liu and Charles Lamb)
  9. HADOOP-10628. Javadoc and few code style improvement for Crypto
  10. input and output streams. (Yi Liu via clamb)
  11. HADOOP-10632. Minor improvements to Crypto input and output streams.
  12. (Yi Liu)
  13. HADOOP-10635. Add a method to CryptoCodec to generate SRNs for IV. (Yi Liu)
  14. OPTIMIZATIONS
  15. BUG FIXES