Updated Branches: refs/heads/master b45692952 -> cccd9e822
BIGTOP-1114 - Hue metastore app is missing from core registration and Debian packages Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/cccd9e82 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/cccd9e82 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/cccd9e82 Branch: refs/heads/master Commit: cccd9e822c276a5067e5c48c826b419f4653c3af Parents: b456929 Author: Sean Mackrory <[email protected]> Authored: Thu Oct 10 14:38:57 2013 -0700 Committer: Sean Mackrory <[email protected]> Committed: Thu Oct 10 14:38:57 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/hue/install_hue.sh | 2 +- bigtop-packages/src/deb/hue/hue-common.install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/cccd9e82/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 85e8337..ab8c445 100644 --- a/bigtop-packages/src/common/hue/install_hue.sh +++ b/bigtop-packages/src/common/hue/install_hue.sh @@ -120,7 +120,7 @@ cp -f $BUILD_DIR/apps/shell/src/shell/build/setuid $PREFIX/$LIB_DIR/apps/shell/s # Remove Hue database and then recreate it, but with just the "right" apps rm -f $PREFIX/$LIB_DIR/desktop/desktop.db $PREFIX/$LIB_DIR/app.reg -APPS="about filebrowser help proxy useradmin shell oozie jobbrowser jobsub" +APPS="about filebrowser help proxy useradmin shell oozie jobbrowser jobsub metastore" export DESKTOP_LOG_DIR=$BUILD_DIR export DESKTOP_LOGLEVEL=WARN export ROOT=$PREFIX/$LIB_DIR http://git-wip-us.apache.org/repos/asf/bigtop/blob/cccd9e82/bigtop-packages/src/deb/hue/hue-common.install ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hue/hue-common.install b/bigtop-packages/src/deb/hue/hue-common.install index 6e645e3..c989fd7 100644 --- a/bigtop-packages/src/deb/hue/hue-common.install +++ b/bigtop-packages/src/deb/hue/hue-common.install @@ -25,5 +25,6 @@ /usr/lib/hue/apps/shell /usr/lib/hue/apps/useradmin /usr/lib/hue/apps/oozie +/usr/lib/hue/app/metastore /var/log/hue /var/lib/hue
