CHANGES-fs-encryption.txt 916 B

1234567891011121314151617181920212223242526272829303132
  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. HADOOP-10653. Add a new constructor for CryptoInputStream that
  15. receives current position of wrapped stream. (Yi Liu)
  16. HADOOP-10662. NullPointerException in CryptoInputStream while wrapped
  17. stream is not ByteBufferReadable. Add tests using normal stream. (Yi Liu)
  18. OPTIMIZATIONS
  19. BUG FIXES