You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/07/22 18:35:20 UTC

[jira] [Resolved] (SPARK-16687) build/mvn fails when fetching mvn

     [ https://issues.apache.org/jira/browse/SPARK-16687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-16687.
-------------------------------
    Resolution: Not A Problem

https://github.com/apache/spark/commit/76781950fd500ace0f939951fc7a94a58aca87c4#diff-82a8bb79badc9c6f7d7c685b82d9004a -> already fixed in the 1.6 branch

> 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}
> ./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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org