Repository: bigtop Updated Branches: refs/heads/master 682a2a630 -> 11dda6079
BIGTOP-1851 Upgrade to HBase 0.98.12 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/11dda607 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/11dda607 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/11dda607 Branch: refs/heads/master Commit: 11dda6079bb6011aa5b9989bdef98846c025bd2b Parents: 682a2a6 Author: Andrew Purtell <[email protected]> Authored: Tue Apr 28 18:08:06 2015 -0700 Committer: Andrew Purtell <[email protected]> Committed: Tue Apr 28 18:08:06 2015 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/11dda607/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 10d640b..af378ff 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -68,7 +68,7 @@ $(eval $(call PACKAGE,ignite-hadoop,IGNITE_HADOOP)) HBASE_NAME=hbase HBASE_RELNOTES_NAME=Apache HBase HBASE_PKG_NAME=hbase -HBASE_BASE_VERSION=0.98.10.1 +HBASE_BASE_VERSION=0.98.12 HBASE_PKG_VERSION=$(HBASE_BASE_VERSION) HBASE_RELEASE_VERSION=1 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz
