This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from ce58c05 HDFS-14849. Erasure Coding: the internal block is replicated
many times when datanode is decommissioning. Contributed by HuangTao.
add 13b427f HDFS-14564: Add libhdfs APIs for readFully; add readFully to
ByteBufferPositionedReadable (#963) Contributed by Sahil Takiar.
No new revisions were added by this update.
Summary of changes:
.../apache/hadoop/crypto/CryptoInputStream.java | 67 ++++++++----
.../hadoop/fs/ByteBufferPositionedReadable.java | 24 +++++
.../org/apache/hadoop/fs/FSDataInputStream.java | 23 ++--
.../hadoop/crypto/CryptoStreamsTestBase.java | 115 ++++++++++++++------
.../apache/hadoop/crypto/TestCryptoStreams.java | 24 +++++
.../hadoop/crypto/TestCryptoStreamsForLocalFS.java | 5 +
.../hadoop/crypto/TestCryptoStreamsNormal.java | 5 +
.../org/apache/hadoop/hdfs/DFSInputStream.java | 14 +++
.../main/native/libhdfs-tests/test_libhdfs_ops.c | 43 +++++++-
.../src/main/native/libhdfs/hdfs.c | 117 +++++++++++++++++++++
.../src/main/native/libhdfs/include/hdfs/hdfs.h | 21 +++-
.../src/main/native/libhdfspp/tests/hdfs_shim.c | 6 ++
.../libhdfspp/tests/libhdfs_wrapper_defines.h | 1 +
.../libhdfspp/tests/libhdfs_wrapper_undefs.h | 1 +
.../libhdfspp/tests/libhdfspp_wrapper_defines.h | 1 +
.../apache/hadoop/hdfs/TestByteBufferPread.java | 27 ++++-
16 files changed, 427 insertions(+), 67 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]