Repository: bigtop Updated Branches: refs/heads/master da224ef25 -> 77fdb7b4c
BIGTOP-1169. Hue rpm build fails Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/77fdb7b4 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/77fdb7b4 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/77fdb7b4 Branch: refs/heads/master Commit: 77fdb7b4cc0ce3cc92943a5c1129ff8f798b6cae Parents: da224ef Author: Roman Shaposhnik <[email protected]> Authored: Tue Aug 26 10:26:20 2014 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Tue Aug 26 10:26:20 2014 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/hue/install_hue.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/77fdb7b4/bigtop-packages/src/common/hue/install_hue.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hue/install_hue.sh b/bigtop-packages/src/common/hue/install_hue.sh index 159ed3e..ff70dd6 100644 --- a/bigtop-packages/src/common/hue/install_hue.sh +++ b/bigtop-packages/src/common/hue/install_hue.sh @@ -144,6 +144,8 @@ sed -i -e '/\[\[yarn_clusters\]\]/,+20s@## submit_to=False@submit_to=True@' \ install -d -m 0755 $PREFIX/$LOG_DIR rm -rf $PREFIX/$LIB_DIR/desktop/logs ln -s $LOG_DIR $PREFIX/$LIB_DIR/desktop/logs +# remove the logs in build progress +rm -rf $PREFIX/$LIB_DIR/apps/logs/* # Make binary scripts executables chmod 755 $BUNDLED_BUILD_DIR/env/bin/*
