aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorGanesh Raju <ganesh.raju@linaro.org>2016-12-02 23:36:48 +0100
committerGanesh Raju <ganesh.raju@linaro.org>2016-12-02 23:36:48 +0100
commitbd9a83cd144e6d1c3007710985fb108df3d55cd7 (patch)
treecdf2768a6033f902fc9506bc1256ff4622c03443 /bigtop.bom
parent275378a8a29cc29732957f5726925a98cb4c88f0 (diff)
parentafa84dff89b2c30ba2a3b30576fee504b47135e3 (diff)
Merge branch 'master' of ssh://git.linaro.org/leg/bigdata/bigtop-odpi
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 b5da6e22..72147a5d 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -89,7 +89,7 @@ bigtop {
dependencies = [
zookeeper:['hadoop', 'hbase'],
hadoop:['ignite-hadoop', 'hbase', 'crunch', 'pig', 'hive', 'tez', 'sqoop', 'sqoop2',
- 'oozie', 'mahout', 'flume', 'solr', 'spark',
+ 'oozie', 'mahout', 'flume', 'giraph', 'solr', 'crunch', 'spark',
'phoenix', 'kafka', 'ycsb', 'kite', 'hama', 'zeppelin',
'tajo', 'apex'
],
@@ -271,6 +271,16 @@ bigtop {
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}
+ 'crunch' {
+ name = 'crunch'
+ relNotes = 'Apache Crunch'
+ version { base = '0.13.0'; pkg = base; release = 1 }
+ tarball { destination = "apache-$name-${version.base}-src.tar.gz"
+ source = destination }
+ url { download_path = "/$name/$name-${version.base}/"
+ site = "${apache.APACHE_MIRROR}/${download_path}"
+ archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
+ }
'spark' {
name = 'spark'
pkg = 'spark-core'