CHANGES-fs-encryption.txt 1009 B

1234567891011121314151617181920212223242526272829303132333435
  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-6392. Wire crypto streams for encrypted files in
  8. DFSClient. (clamb and yliu)
  9. HADOOP-10603. Crypto input and output streams implementing Hadoop stream
  10. interfaces. (Yi Liu and Charles Lamb)
  11. HADOOP-10628. Javadoc and few code style improvement for Crypto
  12. input and output streams. (Yi Liu via clamb)
  13. HADOOP-10632. Minor improvements to Crypto input and output streams.
  14. (Yi Liu)
  15. HADOOP-10635. Add a method to CryptoCodec to generate SRNs for IV. (Yi Liu)
  16. HADOOP-10653. Add a new constructor for CryptoInputStream that
  17. receives current position of wrapped stream. (Yi Liu)
  18. HADOOP-10662. NullPointerException in CryptoInputStream while wrapped
  19. stream is not ByteBufferReadable. Add tests using normal stream. (Yi Liu)
  20. OPTIMIZATIONS
  21. BUG FIXES