2014-05-16 18:53:08 +00:00
|
|
|
Hadoop Common Change Log for HDFS-6134 and HADOOP-10150
|
|
|
|
|
|
|
|
fs-encryption (Unreleased)
|
|
|
|
|
|
|
|
INCOMPATIBLE CHANGES
|
|
|
|
|
|
|
|
NEW FEATURES
|
|
|
|
|
2014-05-30 23:53:45 +00:00
|
|
|
HDFS-6388. HDFS integration with KeyProvider. (clamb)
|
|
|
|
|
2014-05-16 18:53:08 +00:00
|
|
|
IMPROVEMENTS
|
|
|
|
|
2014-06-05 10:10:48 +00:00
|
|
|
HADOOP-6392. Wire crypto streams for encrypted files in
|
|
|
|
DFSClient. (clamb and yliu)
|
|
|
|
|
2014-05-24 01:19:06 +00:00
|
|
|
HADOOP-10603. Crypto input and output streams implementing Hadoop stream
|
|
|
|
interfaces. (Yi Liu and Charles Lamb)
|
|
|
|
|
2014-05-29 22:09:51 +00:00
|
|
|
HADOOP-10628. Javadoc and few code style improvement for Crypto
|
2014-05-30 08:08:36 +00:00
|
|
|
input and output streams. (Yi Liu via clamb)
|
|
|
|
|
|
|
|
HADOOP-10632. Minor improvements to Crypto input and output streams.
|
|
|
|
(Yi Liu)
|
2014-05-29 22:09:51 +00:00
|
|
|
|
2014-05-30 08:22:41 +00:00
|
|
|
HADOOP-10635. Add a method to CryptoCodec to generate SRNs for IV. (Yi Liu)
|
|
|
|
|
2014-06-02 14:35:32 +00:00
|
|
|
HADOOP-10653. Add a new constructor for CryptoInputStream that
|
|
|
|
receives current position of wrapped stream. (Yi Liu)
|
|
|
|
|
2014-06-05 01:30:40 +00:00
|
|
|
HADOOP-10662. NullPointerException in CryptoInputStream while wrapped
|
|
|
|
stream is not ByteBufferReadable. Add tests using normal stream. (Yi Liu)
|
|
|
|
|
2014-05-16 18:53:08 +00:00
|
|
|
OPTIMIZATIONS
|
|
|
|
|
|
|
|
BUG FIXES
|