You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ap...@apache.org on 2014/09/08 04:06:15 UTC

[2/2] git commit: BIGTOP-1432 Update HBase version to 0.98.5 in the BOM

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/95067185
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/95067185
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/95067185

Branch: refs/heads/branch-0.8
Commit: 950671851df110891b6e83d623e127ef7317c8da
Parents: e93a21d
Author: Andrew Purtell <ap...@apache.org>
Authored: Sun Sep 7 19:05:33 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Sun Sep 7 19:05:49 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/95067185/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/95067185/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>