ODP-2462: HDFS-3246|HDFS-14564|HDFS-14304|HDFS-14033|HDFS-14267|HDFS-15977|HDFS-14846|HDFS-14111|HDFS-14478 Making Hadoop 3.2.3.3.2.3.3-2 compatible with Impala 4.4.0 #57
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Branch is getting compiled
Manual change to comment @OverRide for readfully method in hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/CryptoInputStream.java
Open Source commits:
HDFS-3246: pRead equivalent for direct read path (apache#597)
HDFS-14564: Add libhdfs APIs for readFully; add readFully to ByteBufferPositionedReadable (apache#963) Contributed by Sahil Takiar
HDFS-14304: High lock contention on hdfsHashMutex in libhdfs
HDFS-14033. [libhdfs++] Disable libhdfs++ build on systems that do not support thread_local. Contributed by Anatoli Shein.
HDFS-14267. Add test_libhdfs_ops to libhdfs tests, mark libhdfs_read/write.c as examples. Contributed by Sahil Takiar. Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
HDFS-15977. Call explicit_bzero only if it is available. (apache#2914)
HDFS-14846: libhdfs tests are failing on trunk due to jni usage bugs
HDFS-14111: hdfsOpenFile on HDFS causes unnecessary IO from file offset 0
HDFS-14478: Add libhdfs APIs for openFile