BIGTOP-1432 Update HBase version to 0.98.5 in the BOM
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/96e86e30 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/96e86e30 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/96e86e30 Branch: refs/heads/branch-0.8 Commit: 96e86e30cf732a41cf5d788b25708eefc5c0aa8f Parents: 72afaf6 Author: Andrew Purtell <[email protected]> Authored: Sun Sep 7 19:05:33 2014 -0700 Committer: Andrew Purtell <[email protected]> Committed: Sun Sep 7 19:05:33 2014 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/96e86e30/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 73befb5..1631597 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -52,7 +52,7 @@ $(eval $(call PACKAGE,zookeeper,ZOOKEEPER)) HBASE_NAME=hbase HBASE_RELNOTES_NAME=Apache HBase HBASE_PKG_NAME=hbase -HBASE_BASE_VERSION=0.98.2 +HBASE_BASE_VERSION=0.98.5 HBASE_PKG_VERSION=$(HBASE_BASE_VERSION) HBASE_RELEASE_VERSION=1 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz http://git-wip-us.apache.org/repos/asf/bigtop/blob/96e86e30/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2f21c6a..4d39341 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <properties> <hadoop.version>2.3.0</hadoop.version> <!--An awful hack for BIGTOP-1429--> - <hbase.version>0.98.2-hadoop2</hbase.version> + <hbase.version>0.98.5-hadoop2</hbase.version> <pig.version>0.12.1</pig.version> <pig-smoke.version>0.12.1</pig-smoke.version> <sqoop.version>1.99.2</sqoop.version>
