CHANGES-fs-encryption.txt 857 B

123456789101112131415161718192021222324252627282930
  1. Hadoop Common Change Log for HDFS-6134 and HADOOP-10150
  2. fs-encryption (Unreleased)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. HADOOP-10603. Crypto input and output streams implementing Hadoop stream
  7. interfaces. (Yi Liu and Charles Lamb)
  8. HADOOP-10628. Javadoc and few code style improvement for Crypto
  9. input and output streams. (Yi Liu via clamb)
  10. HADOOP-10632. Minor improvements to Crypto input and output streams.
  11. (Yi Liu)
  12. HADOOP-10635. Add a method to CryptoCodec to generate SRNs for IV. (Yi Liu)
  13. HADOOP-10653. Add a new constructor for CryptoInputStream that
  14. receives current position of wrapped stream. (Yi Liu)
  15. HADOOP-10662. NullPointerException in CryptoInputStream while wrapped
  16. stream is not ByteBufferReadable. Add tests using normal stream. (Yi Liu)
  17. OPTIMIZATIONS
  18. BUG FIXES