You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2020/07/27 23:28:00 UTC

[jira] [Created] (BIGTOP-3385) Fix bigtop-tomcat dependency in bigtop.bom

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)