Repository: bigtop Updated Branches: refs/heads/master 513ddf158 -> 0a7a72f9d
BIGTOP-2177. Build dependecies list has wrong component name for ignite Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0a7a72f9 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0a7a72f9 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0a7a72f9 Branch: refs/heads/master Commit: 0a7a72f9d7f829f16bec25a9c0dfb00fd0158a0e Parents: 513ddf1 Author: Konstantin Boudnik <[email protected]> Authored: Fri Dec 18 19:00:29 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Dec 18 19:00:29 2015 -0800 ---------------------------------------------------------------------- bigtop.bom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/0a7a72f9/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 81e6c0e..cb644ab 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -88,14 +88,14 @@ bigtop { */ dependencies = [ zookeeper:['hadoop', 'hbase'], - hadoop:['ignite', 'hbase', 'crunch', 'pig', 'hive', 'tez', 'sqoop', 'sqoop2', + hadoop:['ignite-hadoop', 'hbase', 'crunch', 'pig', 'hive', 'tez', 'sqoop', 'sqoop2', 'oozie', 'mahout', 'flume', 'giraph', 'solr', 'crunch', 'spark', 'phoenix', 'tachyon', 'kafka', 'ycsb', 'kite', 'hama', 'zeppelin' ], hbase:['phoenix','giraph','ycsb'], pig:['datafu', 'oozie'], hive:['oozie', 'pig','zeppelin'], - ignite:['zeppelin'], + 'ignite-hadoop':['zeppelin'], spark:['zeppelin'] ]
