You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2018/06/18 16:36:00 UTC

[jira] [Resolved] (SPARK-24526) Spaces in the build dir causes failures in the build/mvn script

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

Hyukjin Kwon resolved SPARK-24526.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.4.0

Issue resolved by pull request 21534
[https://github.com/apache/spark/pull/21534]

> Spaces in the build dir causes failures in the build/mvn script
> ---------------------------------------------------------------
>
>                 Key: SPARK-24526
>                 URL: https://issues.apache.org/jira/browse/SPARK-24526
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.3.0
>            Reporter: Trystan Leftwich
>            Assignee: Trystan Leftwich
>            Priority: Minor
>             Fix For: 2.4.0
>
>
> If you are running make-distribution in a path that contains a space in it the build/mvn script will fail:
> {code:bash}
> mkdir /tmp/test\ spaces
> cd /tmp/test\ spaces
> git clone https://github.com/apache/spark.git
> cd spark
> # Remove all mvn references in PATH so the script will download mvn to the local dir
> ./build/mvn -DskipTests clean package{code}
> You will get the following errors:
> {code:bash}
> Using `mvn` from path: /tmp/test spaces/spark/build/apache-maven-3.3.9/bin/mvn
> ./build/mvn: line 157: /tmp/test: No such file or directory
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org