You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/02/12 15:33:59 UTC

[2/2] bigtop git commit: BIGTOP-2321. Instead of making a separate package for the yarn stuff, let's just wrap it into hawq

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/1ac2985e
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1ac2985e
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1ac2985e

Branch: refs/heads/BIGTOP-2320
Commit: 1ac2985ede15c9cc2c3ba27ef2c0961e6e1a669b
Parents: 70d7c30
Author: Konstantin Boudnik <co...@apache.org>
Authored: Fri Feb 12 15:16:42 2016 +0300
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Feb 12 17:33:50 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/1ac2985e/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..df9945a 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