aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorJonathan Kelly <jonathak@amazon.com>2015-11-09 18:36:08 -0800
committerKonstantin Boudnik <cos@apache.org>2015-11-09 18:44:39 -0800
commit1afdffe91a7ee7eca0d8a756506d3bd8c0b92321 (patch)
tree35cf5dfd7a0214fa6682b206e54baee3d7140c64 /bigtop.bom
parentb1afa8f08773d9947e43572c086b876202006ee7 (diff)
BIGTOP-2122. Add zeppelin packages
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom15
1 files changed, 13 insertions, 2 deletions
diff --git a/bigtop.bom b/bigtop.bom
index ec276859..04290bc0 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -90,11 +90,12 @@ bigtop {
zookeeper:['hadoop', 'hbase'],
hadoop:['ignite', 'hbase', 'crunch', 'pig', 'hive', 'tez', 'sqoop', 'sqoop2',
'oozie', 'mahout', 'flume', 'giraph', 'solr', 'crunch', 'spark',
- 'phoenix', 'tachyon', 'kafka', 'ycsb', 'kite', 'hama'
+ 'phoenix', 'tachyon', 'kafka', 'ycsb', 'kite', 'hama', 'zeppelin'
],
hbase:['phoenix','giraph','ycsb'],
pig:['datafu', 'oozie'],
- hive:['oozie', 'pig']
+ hive:['oozie', 'pig'],
+ spark:['zeppelin']
]
components {
@@ -389,5 +390,15 @@ bigtop {
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}
+ 'zeppelin' {
+ name = 'zeppelin'
+ relNotes = 'Apache Zeppelin (incubating)'
+ version { base = '0.5.5'; pkg = base; release = 1 }
+ tarball { source = "branch-${version.base}.zip"
+ destination = "$name-${version.base}.tar.gz" }
+ url { download_path = "apache/incubator-zeppelin/archive"
+ site = "https://github.com/${download_path}"
+ archive = site }
+ }
}
}