Skip to content

Conversation

@CZWin32768
Copy link

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.

… PATH, which may be in wrong version. Here should be ./build/mvn
@CZWin32768 CZWin32768 closed this Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant