aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorchinmaykolhatkar <chinmay@datatorrent.com>2016-02-09 21:47:34 +0530
committerYoungwoo Kim <ywkim@apache.org>2016-02-25 22:44:49 +0900
commit510ac7b5e0c0be81450d6886adfa377fe4838adf (patch)
tree74bf520825304a2b529e75badcee184885a70542 /bigtop.bom
parent3ff441726bc16d752a7532f06ca4e8293a9131af (diff)
BIGTOP-2314 Added deb and rpm package of Apache Apex to bigtop.
Signed-off-by: Youngwoo Kim <ywkim@apache.org>
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom12
1 files changed, 11 insertions, 1 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 2f1abc99..363b3fcc 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -91,7 +91,7 @@ bigtop {
hadoop:['ignite-hadoop', 'hbase', 'crunch', 'pig', 'hive', 'tez', 'sqoop', 'sqoop2',
'oozie', 'mahout', 'flume', 'giraph', 'solr', 'crunch', 'spark',
'phoenix', 'tachyon', 'kafka', 'ycsb', 'kite', 'hama', 'zeppelin',
- 'tajo'
+ 'tajo', 'apex'
],
hbase:['phoenix','giraph','ycsb'],
pig:['datafu', 'oozie'],
@@ -412,5 +412,15 @@ bigtop {
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}
+ 'apex' {
+ name = 'apex'
+ relNotes = 'Apache Apex (incubating)'
+ version { base = '3.3.0'; pkg = base; release = 1 }
+ tarball { source = "$name-${version.base}-incubating-source-release.tar.gz"
+ destination = "$name-${version.base}.tar.gz" }
+ url { download_path = "/incubator/$name/v${version.base}-incubating/"
+ site = "${apache.APACHE_MIRROR}/${download_path}"
+ archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
+ }
}
}