Author: rvs
Date: Mon Dec 19 20:21:55 2011
New Revision: 1220931

URL: http://svn.apache.org/viewvc?rev=1220931&view=rev
Log:
Updating HBase to 0.92.0 RC1

Modified:
    
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hbase/do-component-build
    incubator/bigtop/branches/hadoop-0.23/bigtop.mk

Modified: 
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hbase/do-component-build
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hbase/do-component-build?rev=1220931&r1=1220930&r2=1220931&view=diff
==============================================================================
--- 
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hbase/do-component-build
 (original)
+++ 
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hbase/do-component-build
 Mon Dec 19 20:21:55 2011
@@ -16,5 +16,5 @@
 
 set -ex
 
-mvn clean -DskipTests -Dhadoop.profile=23 install site assembly:assembly "$@"
+mvn clean -DskipTests -Dhadoop.profile=23 -Dhadoop.version=0.23.1-SNAPSHOT 
install site assembly:assembly "$@"
 tar --strip-components=2 -xzf target/hbase*.tar.gz

Modified: incubator/bigtop/branches/hadoop-0.23/bigtop.mk
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop.mk?rev=1220931&r1=1220930&r2=1220931&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.23/bigtop.mk (original)
+++ incubator/bigtop/branches/hadoop-0.23/bigtop.mk Mon Dec 19 20:21:55 2011
@@ -48,11 +48,9 @@ HBASE_BASE_VERSION=0.92.0
 HBASE_PKG_VERSION=$(HBASE_BASE_VERSION)
 HBASE_RELEASE_VERSION=1
 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz
-HBASE_TARBALL_SRC=hbase-0.92.0-RC0.tar.gz
-HBASE_SITE=http://archive.cloudera.com/tarballs/
+HBASE_TARBALL_SRC=$(HBASE_TARBALL_DST)
 #HBASE_SITE=$(APACHE_MIRROR)/hbase/hbase-0.90.4/
-#HBASE_TARBALL_SRC=b570745
-#HBASE_SITE=https://github.com/apache/hbase/tarball
+HBASE_SITE=http://people.apache.org/~stack/hbase-0.92.0-candidate-1/
 $(eval $(call PACKAGE,hbase,HBASE))
 
 # Pig


Reply via email to