You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2016/02/16 07:58:42 UTC

bigtop git commit: BIGTOP-2118. Update HBase to 0.98.17

Repository: bigtop
Updated Branches:
  refs/heads/master 22caf2ad8 -> 88986ba13


BIGTOP-2118. Update HBase to 0.98.17


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/88986ba1
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/88986ba1
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/88986ba1

Branch: refs/heads/master
Commit: 88986ba13e8fffe177cbcd21a8d853acbad6abb8
Parents: 22caf2a
Author: Youngwoo Kim <yw...@apache.org>
Authored: Fri Feb 12 15:53:47 2016 +0900
Committer: Youngwoo Kim <yw...@apache.org>
Committed: Tue Feb 16 15:49:36 2016 +0900

----------------------------------------------------------------------
 bigtop.bom | 4 ++--
 pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/88986ba1/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 8553b9d..b6cd6d1 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -143,10 +143,10 @@ bigtop {
     'hbase' {
       name    = 'hbase'
       relNotes = 'Apache HBase'
-      version { base = '0.98.12'; pkg = base; release = 1 }
+      version { base = '0.98.17'; pkg = base; release = 1 }
       tarball { destination = "${name}-${version.base}.tar.gz"
                 source      = "${name}-${version.base}-src.tar.gz" }
-      url     { download_path = "/$name/$name-${version.base}/"
+      url     { download_path = "/$name/${version.base}/"
                 site = "${apache.APACHE_MIRROR}/${download_path}"
                 archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
     }

http://git-wip-us.apache.org/repos/asf/bigtop/blob/88986ba1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4967257..edc151d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
   <properties>
     <hadoop.version>2.6.0</hadoop.version>
     <!--An awful hack for BIGTOP-1429-->
-    <hbase.version>0.98.5-hadoop2</hbase.version>
+    <hbase.version>0.98.17-hadoop2</hbase.version>
     <pig.version>0.12.1</pig.version>
     <pig-smoke.version>0.12.1</pig-smoke.version>
     <sqoop.version>1.4.5</sqoop.version>