This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch hadoop-3.4.2
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


    from 84e8b89ee2e HADOOP-19657. Updates site landing page. (#7887)
     new 5086dc901f3 [feature] c api for use principal and keytab to login 
kerberos (#69)
     new 758f9709544 [script] add build script (#71)
     new bc25644598d [scripts] add native dir (#72)
     new 54fd20ca0c4 [chore] skip java doc
     new bbfc6561351 [chore] Fix the workflow (#84)
     new 40d74021dae [chore] Build HDFS libraries only (#85)
     new f216a1193ce [chore] Build hadoop common native libs. (#98)
     new 97688a49f98 [fix](tgt)hadoop kerberos support renew TGT by keytab 
(#173)
     new 89dd9821148  fix: do really detection of crc32 instructions (#233)
     new 7a3e435d16c [Feature](hdfs-native-client) Added logger to print errors 
to stdout instead. (#236)
     new 1d67b0de9ff Add include <stdarg.h> in hdfs.h. (#237)
     new 549a82c1ff5 fix: compile hadoop on arm with crc (#247)
     new 06c2cc2736d [fix](getLastTLSExceptionRootCause) fix nullptr issue  
(#267)
     new bf5411b41b1 Revert "[fix](tgt)hadoop kerberos support renew TGT by 
keytab (#173)" but remain principal interface (#298)

The 14 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               |  47 ++++-
 .../hadoop-hdfs-native-client/pom.xml              |  14 ++
 .../hadoop-hdfs-native-client/src/CMakeLists.txt   |  43 +++--
 .../src/main/native/libhdfs/exception.c            |  28 ++-
 .../src/main/native/libhdfs/hdfs.c                 | 213 +++++++++++++++++----
 .../src/main/native/libhdfs/include/hdfs/hdfs.h    |  33 ++++
 .../src/main/native/libhdfs/jclasses.c             |   4 +
 .../src/main/native/libhdfs/jclasses.h             |   4 +
 .../src/main/native/libhdfs/jni_helper.c           |  21 +-
 .../src/CMakeLists.txt                             |  82 ++++----
 hadoop-tools/hadoop-pipes/src/CMakeLists.txt       |  30 +--
 15 files changed, 486 insertions(+), 124 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]

Reply via email to