This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch hadoop-3.4.2 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
commit bc25644598de20022d9119e3b18f7192b6b64caf Author: Mingyu Chen <[email protected]> AuthorDate: Thu May 18 21:13:07 2023 +0800 [scripts] add native dir (#72) --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 342f2af5bd0..d06272f5ebe 100755 --- a/build.sh +++ b/build.sh @@ -50,9 +50,11 @@ echo "Finished. Begin to pacakge for libhdfs..." mkdir -p ${LIBHDFS_DIST_DIR}/common mkdir -p ${LIBHDFS_DIST_DIR}/hdfs mkdir -p ${LIBHDFS_DIST_DIR}/include +mkdir -p ${LIBHDFS_DIST_DIR}/native cp -r ${DIST_DIR}/share/hadoop/common/* ${LIBHDFS_DIST_DIR}/common/ cp -r ${DIST_DIR}/share/hadoop/hdfs/* ${LIBHDFS_DIST_DIR}/hdfs/ cp -r ${DIST_DIR}/include/hdfs.h ${LIBHDFS_DIST_DIR}/include/ +cp -r ${DIST_DIR}/lib/native/libhdfs.a ${LIBHDFS_DIST_DIR}/native/ echo "Done!" echo "The full dist package is under: ${DIST_DIR}" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
