You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Zewen Chi (JIRA)" <ji...@apache.org> on 2017/12/01 08:14:01 UTC

[jira] [Created] (BIGTOP-2954) May cause spark build failure

Zewen Chi created BIGTOP-2954:
---------------------------------

             Summary: May cause spark build failure
                 Key: BIGTOP-2954
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2954
             Project: Bigtop
          Issue Type: Bug
          Components: spark
            Reporter: Zewen Chi


The mvn command in the last line of spark/do-component-build uses "mvn", but here should be "./build/mvn".

make-distribution.sh will only run "mvn clean package", so in order to get the Spark packages installed in the local Maven repository (or to run the tests), we need to run "mvn install" again.

make-distribution.sh uses "./build/mvn" but in do-component-build "mvn" is used, which may be in wrong version.

This may cause that "mvn install" build failure after "mvn clean package" build successfully.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)