This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 9088c4f BIGTOP-3374. Add dependencies on the utilities provided by
Bigtop to bigtop.bom. (#650)
9088c4f is described below
commit 9088c4f0cc02c678b97029249961b722a53c009d
Author: Kengo Seki <[email protected]>
AuthorDate: Tue Jul 7 14:55:02 2020 +0900
BIGTOP-3374. Add dependencies on the utilities provided by Bigtop to
bigtop.bom. (#650)
---
bigtop.bom | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bigtop.bom b/bigtop.bom
index 7385e46..fbbe018 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -109,6 +109,11 @@ bigtop {
To build a component with its dependencies, run build with
-Dbuildwithdeps=true
*/
dependencies = [
+ 'bigtop-utils':['ambari', 'bigtop-groovy', 'bigtop-jsvc', 'bigtop-tomcat',
+ 'elasticsearch', 'flink', 'logstash', 'qfs', 'zookeeper'],
+ 'bigtop-groovy':['hadoop'],
+ 'bigtop-jsvc':['hadoop'],
+ 'bigtop-tomcat':['oozie', 'sqoop2'],
zookeeper:['hadoop', 'hbase'],
hadoop:['ignite-hadoop', 'hbase', 'hive', 'tez', 'sqoop', 'sqoop2',
'oozie', 'mahout', 'flume', 'giraph', 'solr', 'spark',