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/01/26 02:49:11 UTC

svn commit: r1236019 - /incubator/bigtop/branches/hadoop-0.23/bigtop.mk

Author: rvs
Date: Thu Jan 26 01:49:11 2012
New Revision: 1236019

URL: http://svn.apache.org/viewvc?rev=1236019&view=rev
Log:
BIGTOP-354. Bump version of HBase to 0.92

Modified:
    incubator/bigtop/branches/hadoop-0.23/bigtop.mk

Modified: incubator/bigtop/branches/hadoop-0.23/bigtop.mk
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop.mk?rev=1236019&r1=1236018&r2=1236019&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.23/bigtop.mk (original)
+++ incubator/bigtop/branches/hadoop-0.23/bigtop.mk Thu Jan 26 01:49:11 2012
@@ -49,8 +49,7 @@ HBASE_PKG_VERSION=$(HBASE_BASE_VERSION)
 HBASE_RELEASE_VERSION=1
 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz
 HBASE_TARBALL_SRC=$(HBASE_TARBALL_DST)
-#HBASE_SITE=$(APACHE_MIRROR)/hbase/hbase-0.90.4/
-HBASE_SITE=http://people.apache.org/~stack/hbase-0.92.0-candidate-1/
+HBASE_SITE=$(APACHE_MIRROR)/hbase/hbase-$(HBASE_BASE_VERSION)/
 $(eval $(call PACKAGE,hbase,HBASE))
 
 # Pig