Kengo Seki created BIGTOP-3385:
----------------------------------
Summary: Fix bigtop-tomcat dependency in bigtop.bom
Key: BIGTOP-3385
URL: https://issues.apache.org/jira/browse/BIGTOP-3385
Project: Bigtop
Issue Type: Bug
Components: build
Reporter: Kengo Seki
I added the dependency definitions for the utilities provided by Bigtop e.g.,
bigtop-utils in BIGTOP-3374, but I missed that bigtop-tomcat is also required
by hadoop, not only oozie and sqoop2.
So the following line
{code}
'bigtop-tomcat':['oozie', 'sqoop2'],
{code}
should be
{code}
'bigtop-tomcat':['hadoop'],
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)