Repository: bigtop Updated Branches: refs/heads/BIGTOP-2320 70d7c3091 -> 79a93f35b
BIGTOP-2321. Instead of making a separate package for the yarn stuff, let's just wrap it into hawq Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/79a93f35 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/79a93f35 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/79a93f35 Branch: refs/heads/BIGTOP-2320 Commit: 79a93f35b90367e65a80b5f28e90b3e9df24bf99 Parents: 70d7c30 Author: Konstantin Boudnik <[email protected]> Authored: Fri Feb 12 15:16:42 2016 +0300 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Feb 12 15:16:42 2016 +0300 ---------------------------------------------------------------------- bigtop-packages/src/common/hawq/install_hawq.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/79a93f35/bigtop-packages/src/common/hawq/install_hawq.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hawq/install_hawq.sh b/bigtop-packages/src/common/hawq/install_hawq.sh index 8b17132..2fd5c04 100755 --- a/bigtop-packages/src/common/hawq/install_hawq.sh +++ b/bigtop-packages/src/common/hawq/install_hawq.sh @@ -124,6 +124,8 @@ cp -ra $UNZIP_DIR/share $PREFIX/$LIB_DIR cp -ar $UNZIP_DIR/include $PREFIX/$LIB_DIR cp -ar $UNZIP_DIR/docs $PREFIX/$DOC_DIR +cp -ar $UNZIP_DIR/libyarn/* $PREFIX/$LIB_DIR + ln -s $ETC_DIR/conf $PREFIX/$LIB_DIR/config wrapper=$PREFIX/usr/bin/hawq
