aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorYoungwoo Kim <ywkim@apache.org>2016-02-11 20:03:17 +0900
committerYoungWoo Kim <ywkim@apache.org>2016-05-02 01:29:37 +0000
commit73eccc48178dfc97f9b68004ca2c57d6cbc263e0 (patch)
tree55c2034b4f96fbb10024e04b194275b821820200 /bigtop.bom
parentfe2c429447c49129633b48b91c91c26e45166cb0 (diff)
BIGTOP-2077. Bump HBase version to 1.1
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom6
1 files changed, 3 insertions, 3 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 56db5b0e..30b7f119 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -93,7 +93,7 @@ bigtop {
'phoenix', 'tachyon', 'kafka', 'ycsb', 'kite', 'hama', 'zeppelin',
'tajo', 'apex'
],
- hbase:['phoenix','giraph','ycsb'],
+ hbase:['phoenix','giraph','ycsb','hive'],
pig:['datafu', 'oozie'],
hive:['oozie', 'pig','zeppelin'],
'ignite-hadoop':['zeppelin'],
@@ -143,7 +143,7 @@ bigtop {
'hbase' {
name = 'hbase'
relNotes = 'Apache HBase'
- version { base = '0.98.17'; pkg = base; release = 1 }
+ version { base = '1.1.3'; pkg = base; release = 1 }
tarball { destination = "${name}-${version.base}.tar.gz"
source = "${name}-${version.base}-src.tar.gz" }
url { download_path = "/$name/${version.base}/"
@@ -300,7 +300,7 @@ bigtop {
* to the base HBase version. Update as needed whenever changing the
* HBase version in the BOM.
*/
- phoenix.hbase ='HBase-0.98'
+ phoenix.hbase ='HBase-1.1'
version { base = "4.7.0-${phoenix.hbase}"; pkg = '4.7.0'; release = 1 }
tarball { destination = "$name-${version.base}-src.tar.gz"
source = destination }