Michael Gummelt created SPARK-16687:
---------------------------------------
Summary: build/mvn fails when fetching mvn
Key: SPARK-16687
URL: https://issues.apache.org/jira/browse/SPARK-16687
Project: Spark
Issue Type: Bug
Components: Build
Affects Versions: 1.6.2
Reporter: Michael Gummelt
mvn 3.3.3 no longer exists in the apache.org mirror used by `build/mvn`
{code}
Cmgummelt@mg-mesos:~/code/spark$ ./build/mvn --force
exec: curl --progress-bar -L
https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz
######################################################################## 100.0%
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Using `mvn` from path:
/home/mgummelt/code/spark/build/apache-maven-3.3.3/bin/mvn
./build/mvn: line 152:
/home/mgummelt/code/spark/build/apache-maven-3.3.3/bin/mvn: No such file or
directory
{code}
After changing MVN_VERSION from "3.3.3" to "3.3.9":
{code}
./build/mvn --force
exec: curl --progress-bar -L
https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
######################################################################## 100.0%
Using `mvn` from path:
/home/mgummelt/code/spark/build/apache-maven-3.3.9/bin/mvn
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was
removed in 8.0
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]