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 2012/06/01 01:01:04 UTC

svn commit: r1344936 - in /incubator/bigtop/trunk: bigtop-packages/src/common/hbase/do-component-build bigtop.mk

Author: rvs
Date: Thu May 31 23:01:04 2012
New Revision: 1344936

URL: http://svn.apache.org/viewvc?rev=1344936&view=rev
Log:
BIGTOP-606. Bump version of HBase to 0.94.0

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/common/hbase/do-component-build
    incubator/bigtop/trunk/bigtop.mk

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/hbase/do-component-build
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hbase/do-component-build?rev=1344936&r1=1344935&r2=1344936&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/hbase/do-component-build (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/hbase/do-component-build Thu May 31 23:01:04 2012
@@ -16,7 +16,13 @@
 
 set -ex
 
-mvn clean -DskipTests -Dhadoop.profile=23 -Dslf4j.version=1.6.1 -Dhadoop.version=2.0.0-alpha install site assembly:assembly "$@"
+. `dirname $0`/bigtop.bom
+
+mvn -DskipTests -Dhadoop.profile=23           \
+    -Dslf4j.version=1.6.1                     \
+    -Dhadoop.version=$HADOOP_VERSION          \
+    -Dzookeeper.version=$ZOOKEEPER_VERSION    \
+    clean install site assembly:assembly "$@"
 rm -rf build
 mkdir build
 tar -C build --strip-components=1 -xzf target/hbase*.tar.gz

Modified: incubator/bigtop/trunk/bigtop.mk
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop.mk?rev=1344936&r1=1344935&r2=1344936&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop.mk (original)
+++ incubator/bigtop/trunk/bigtop.mk Thu May 31 23:01:04 2012
@@ -48,7 +48,7 @@ $(eval $(call PACKAGE,zookeeper,ZOOKEEPE
 HBASE_NAME=hbase
 HBASE_RELNOTES_NAME=Apache HBase
 HBASE_PKG_NAME=hbase
-HBASE_BASE_VERSION=0.92.1
+HBASE_BASE_VERSION=0.94.0
 HBASE_PKG_VERSION=$(HBASE_BASE_VERSION)
 HBASE_RELEASE_VERSION=1
 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz