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

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


The following commit(s) were added to refs/heads/hadoop-3.3.4 by this push:
     new f46e3f6a [scripts] add native dir (#72)
f46e3f6a is described below

commit f46e3f6a19b0e74c43c56670a789fb00b8a089eb
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 342f2af5..d06272f5 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]

Reply via email to