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)

Reply via email to