diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt index de70e356ef45c3..21b55850e83ed3 100644 --- a/be/CMakeLists.txt +++ b/be/CMakeLists.txt @@ -544,7 +544,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 c260ff9dea4793..b9d55e2e14ffab 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 // IWYU pragma: export +#include // IWYU pragma: export #else #include // IWYU pragma: export #endif