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

morningman pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new de8ac0d1a34 branch-3.1: [feat](hdfs) upgrade libhdfs to 3.4.2 #57621 
(#57638)
de8ac0d1a34 is described below

commit de8ac0d1a344225429825ee3681e3689f64f9440
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 10:02:06 2025 +0800

    branch-3.1: [feat](hdfs) upgrade libhdfs to 3.4.2 #57621 (#57638)
    
    Cherry-picked from #57621
---
 be/CMakeLists.txt   | 2 +-
 be/src/io/fs/hdfs.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt
index f624f0a6b91..de46bcfeb8b 100644
--- a/be/CMakeLists.txt
+++ b/be/CMakeLists.txt
@@ -542,7 +542,7 @@ set(COMMON_THIRDPARTY
 
 if ((ARCH_AMD64 OR ARCH_AARCH64) AND OS_LINUX)
     add_library(hadoop_hdfs STATIC IMPORTED)
-    set_target_properties(hadoop_hdfs PROPERTIES IMPORTED_LOCATION 
${THIRDPARTY_DIR}/lib/hadoop_hdfs/native/libhdfs.a)
+    set_target_properties(hadoop_hdfs PROPERTIES IMPORTED_LOCATION 
${THIRDPARTY_DIR}/lib/hadoop_hdfs_3_4/native/libhdfs.a)
 
     set(COMMON_THIRDPARTY
         ${COMMON_THIRDPARTY}
diff --git a/be/src/io/fs/hdfs.h b/be/src/io/fs/hdfs.h
index c260ff9dea4..b9d55e2e14f 100644
--- a/be/src/io/fs/hdfs.h
+++ b/be/src/io/fs/hdfs.h
@@ -18,7 +18,7 @@
 #pragma once
 
 #ifdef USE_HADOOP_HDFS
-#include <hadoop_hdfs/hdfs.h> // IWYU pragma: export
+#include <hadoop_hdfs_3_4/hdfs.h> // IWYU pragma: export
 #else
 #include <hdfs/hdfs.h> // IWYU pragma: export
 #endif


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to