This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch hadoop-3.4.0
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
from bd8b77f398f HADOOP-19099. Add Protobuf Compatibility Notes (#6607)
Contributed by Shilun Fan.
new be42d26e56c [feature] c api for use principal and keytab to login
kerberos (#69)
new 1b4fde83eda [script] add build script (#71)
new 7389e5f640f [scripts] add native dir (#72)
new be310e5b125 [chore] skip java doc
new e18f529e522 [chore] Fix the workflow (#84)
new cf3f82bc554 [chore] Build HDFS libraries only (#85)
new 8a0fa7700be [chore] Build hadoop common native libs. (#98)
new 80e15055b46 [fix](tgt)hadoop kerberos support renew TGT by keytab
(#173)
new f98c08e2dcf fix: do really detection of crc32 instructions (#233)
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.sh | 64 +++++++
dev-support/bin/dist-layout-stitching | 18 +-
.../lib/bindings/c/CMakeLists.txt => env.sh | 5 +-
hadoop-common-project/hadoop-common/pom.xml | 4 +
.../hadoop-common/src/CMakeLists.txt | 46 ++++-
.../main/java/org/apache/hadoop/fs/FileSystem.java | 13 ++
.../hadoop-hdfs-native-client/pom.xml | 14 ++
.../hadoop-hdfs-native-client/src/CMakeLists.txt | 43 +++--
.../src/main/native/libhdfs/exception.c | 10 +
.../src/main/native/libhdfs/hdfs.c | 203 ++++++++++++++++++---
.../src/main/native/libhdfs/include/hdfs/hdfs.h | 18 ++
.../src/main/native/libhdfs/jclasses.c | 4 +
.../src/main/native/libhdfs/jclasses.h | 4 +
.../src/main/native/libhdfs/jni_helper.c | 20 +-
.../src/CMakeLists.txt | 82 +++++----
hadoop-tools/hadoop-pipes/src/CMakeLists.txt | 30 +--
16 files changed, 469 insertions(+), 109 deletions(-)
create mode 100755 build.sh
copy
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/bindings/c/CMakeLists.txt
=> env.sh (74%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]