BIGTOP-1406. package Ambari in Bigtop
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/18876029 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/18876029 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/18876029 Branch: refs/heads/BIGTOP-1406 Commit: 188760297864a1817b9c358edf3af97a919c6403 Parents: a508d9c Author: Roman Shaposhnik <[email protected]> Authored: Mon Feb 27 12:26:46 2017 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Mon Feb 27 12:26:46 2017 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/ambari/install_ambari.sh | 2 -- bigtop-packages/src/deb/ambari/source/include-binaries | 1 - 2 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/18876029/bigtop-packages/src/common/ambari/install_ambari.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/ambari/install_ambari.sh b/bigtop-packages/src/common/ambari/install_ambari.sh index 1a66af5..9f8e449 100755 --- a/bigtop-packages/src/common/ambari/install_ambari.sh +++ b/bigtop-packages/src/common/ambari/install_ambari.sh @@ -88,7 +88,6 @@ SERVER_DIR=$BUILD_DIR/ambari-server/target/ambari-server-*-dist cp -ra $SERVER_DIR/* ${PREFIX}/ cp -a $SOURCE_DIR/ambari-common/src/main/unix/ambari-python-wrap ${PREFIX}/${VAR_LIB_DIR} rm -rf ${PREFIX}/var/lib/ambari-server/resources/stacks/HDP* -cp -r ${DISTRO_DIR}/ODPi ${PREFIX}/var/lib/ambari-server/resources/stacks/ # End of Ambari Server @@ -103,7 +102,6 @@ AGENT_DEST_DIR=/usr/lib/python2.6/site-packages/ambari_agent cp -ra $AGENT_BUILD_DIR/* ${PREFIX}/ cp -a $SOURCE_DIR/ambari-common/src/main/unix/ambari-python-wrap ${PREFIX}/${VAR_LIB_DIR} rm -rf ${PREFIX}/var/lib/ambari-agent/cache/stacks/HDP* -cp -r ${DISTRO_DIR}/ODPi ${PREFIX}/var/lib/ambari-agent/cache/stacks/ #Ambari Groovy Client http://git-wip-us.apache.org/repos/asf/bigtop/blob/18876029/bigtop-packages/src/deb/ambari/source/include-binaries ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/ambari/source/include-binaries b/bigtop-packages/src/deb/ambari/source/include-binaries deleted file mode 100644 index d4ec7e3..0000000 --- a/bigtop-packages/src/deb/ambari/source/include-binaries +++ /dev/null @@ -1 +0,0 @@ -debian/ODPi/1.0/hooks/before-START/files/fast-hdfs-resource.jar
