This is an automated email from the ASF dual-hosted git repository. jinglun pushed a commit to branch HADOOP-19236 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit b906a9dbf48a1d3117bd50dc0c89e408bb95cf61 Author: lijinglun <lijing...@bytedance.com> AuthorDate: Mon Nov 18 10:10:24 2024 +0800 Integration of TOS: Not package hadoop-cloud-storage in hadoop-dist, do it in the future. --- dev-support/bin/dist-layout-stitching | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-support/bin/dist-layout-stitching b/dev-support/bin/dist-layout-stitching index 3a0aaca7763..d4bfd8aaada 100755 --- a/dev-support/bin/dist-layout-stitching +++ b/dev-support/bin/dist-layout-stitching @@ -151,10 +151,6 @@ run cp -p "${ROOT}/hadoop-client-modules/hadoop-client-minicluster/target/hadoop run copy "${ROOT}/hadoop-tools/hadoop-tools-dist/target/hadoop-tools-dist-${VERSION}" . run copy "${ROOT}/hadoop-tools/hadoop-dynamometer/hadoop-dynamometer-dist/target/hadoop-dynamometer-dist-${VERSION}" . -run mkdir -p "share/hadoop/tools/hadoop-cloud-storage" -run cp "${ROOT}/hadoop-cloud-storage-project/hadoop-tos/target/hadoop-tos-${VERSION}.jar" share/hadoop/tools/hadoop-cloud-storage/ -run cp "${ROOT}/hadoop-cloud-storage-project/hadoop-cos/target/hadoop-cos-${VERSION}.jar" share/hadoop/tools/hadoop-cloud-storage/ -run cp "${ROOT}/hadoop-cloud-storage-project/hadoop-huaweicloud/target/hadoop-huaweicloud-${VERSION}.jar" share/hadoop/tools/hadoop-cloud-storage/ echo echo "Hadoop dist layout available at: ${BASEDIR}/hadoop-${VERSION}" --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org