[ https://issues.apache.org/jira/browse/SPARK-24526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-24526: ------------------------------------ Assignee: (was: Apache Spark) > 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 > Priority: Minor > > 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org