You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Mohammad Arshad (Jira)" <ji...@apache.org> on 2023/05/12 05:38:00 UTC

[jira] [Created] (BIGTOP-3940) bigtop hadoop and hbase build is failing because MAVEN_OPTS overridden in build scripts

Mohammad Arshad created BIGTOP-3940:
---------------------------------------

             Summary: bigtop hadoop and hbase build is failing because MAVEN_OPTS overridden in build scripts 
                 Key: BIGTOP-3940
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3940
             Project: Bigtop
          Issue Type: Bug
          Components: hadoop, hbase
    Affects Versions: 3.2.0
            Reporter: Mohammad Arshad


MAVEN_OPTS are overridden in following files, 
{noformat}
bigtop-packages/src/common/hbase/do-component-build
bigtop-packages/src/common/hadoop/do-component-build
{noformat}

because of this override, user defined environment level MAVEN_OPTS not being used at build time and causing the build failure. 
For example user can define some common options at environment level for example 
export MAVEN_OPTS="-Djavax.net.ssl.trustStore=/some/path/cacerts" 
These should be provision to include these maven options during the build.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)