Revert "Revert "Merge: minor clean up of dev-support/bin/dist-layout-stitching."" This reverts commit b9d33842a8dea958d4786fa83a0766341d354a3a. After testing we confirmed that these changes are working well.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6c4221b5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6c4221b5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6c4221b5 Branch: refs/heads/HDFS-7240 Commit: 6c4221b52237489b08b19fe9672513306c7bab69 Parents: b78c94f Author: Anu Engineer <aengin...@apache.org> Authored: Mon Apr 2 20:08:51 2018 -0700 Committer: Anu Engineer <aengin...@apache.org> Committed: Mon Apr 2 20:08:51 2018 -0700 ---------------------------------------------------------------------- dev-support/bin/dist-layout-stitching | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/6c4221b5/dev-support/bin/dist-layout-stitching ---------------------------------------------------------------------- diff --git a/dev-support/bin/dist-layout-stitching b/dev-support/bin/dist-layout-stitching index cff2ce7..cf557bf 100755 --- a/dev-support/bin/dist-layout-stitching +++ b/dev-support/bin/dist-layout-stitching @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + # project.version VERSION=$1 @@ -129,9 +130,9 @@ run copy "${ROOT}/hadoop-hdfs-project/hadoop-hdfs-nfs/target/hadoop-hdfs-nfs-${V run copy "${ROOT}/hadoop-hdfs-project/hadoop-hdfs-client/target/hadoop-hdfs-client-${VERSION}" . run copy "${ROOT}/hadoop-hdfs-project/hadoop-hdfs-native-client/target/hadoop-hdfs-native-client-${VERSION}" . run copy "${ROOT}/hadoop-hdfs-project/hadoop-hdfs-rbf/target/hadoop-hdfs-rbf-${VERSION}" . - run copy "${ROOT}/hadoop-yarn-project/target/hadoop-yarn-project-${VERSION}" . run copy "${ROOT}/hadoop-mapreduce-project/target/hadoop-mapreduce-${VERSION}" . +run copy "${ROOT}/hadoop-tools/hadoop-tools-dist/target/hadoop-tools-dist-${VERSION}" . #copy httpfs and kms as is run cp -pr "${ROOT}/hadoop-hdfs-project/hadoop-hdfs-httpfs/target/hadoop-hdfs-httpfs-${VERSION}"/* . @@ -156,8 +157,6 @@ run copy "${ROOT}/hadoop-ozone/objectstore-service/target/hadoop-ozone-objectsto run copy "${ROOT}/hadoop-cblock/server/target/hadoop-cblock-server-${VERSION}" . run copy "${ROOT}/hadoop-cblock/tools/target/hadoop-cblock-tools-${VERSION}" . -run copy "${ROOT}/hadoop-tools/hadoop-tools-dist/target/hadoop-tools-dist-${VERSION}" . - echo echo "Hadoop dist layout available at: ${BASEDIR}/hadoop-${VERSION}" echo --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org