You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/02/27 20:40:38 UTC

bigtop git commit: BIGTOP-1406. package Ambari in Bigtop [Forced Update!]

Repository: bigtop
Updated Branches:
  refs/heads/BIGTOP-1406 188760297 -> 1ebaadac2 (forced update)


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

Branch: refs/heads/BIGTOP-1406
Commit: 1ebaadac2755877ffff699e9c068f8be1e82a4ce
Parents: a508d9c
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Mon Feb 27 12:26:46 2017 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Mon Feb 27 12:40:02 2017 -0800

----------------------------------------------------------------------
 bigtop-packages/src/common/ambari/install_ambari.sh    |  2 --
 bigtop-packages/src/deb/ambari/source/include-binaries |  1 -
 bigtop.bom                                             | 10 ++++++++++
 3 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/1ebaadac/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/1ebaadac/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

http://git-wip-us.apache.org/repos/asf/bigtop/blob/1ebaadac/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 0398e0e..0ff587d 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -469,5 +469,15 @@ bigtop {
                 site = "https://github.com/greenplum-db/gpdb/archive"
                 archive = "site" }
     }
+    'ambari' {
+      name    = 'ambari'
+      relNotes = 'Apache Ambari'
+      version { base = '2.4.1'; pkg = base; release = 1 }
+      tarball { destination = "apache-$name-${version.base}-src.tar.gz"
+                source      = destination }
+      url     { download_path = "/$name/$name-${version.base}/"
+                site = "${apache.APACHE_MIRROR}/${download_path}"
+                archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
+    }
   }
 }