You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/10/11 05:42:05 UTC

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

    [ https://issues.apache.org/jira/browse/SPARK-11052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952147#comment-14952147 ] 

Apache Spark commented on SPARK-11052:
--------------------------------------

User 'trystanleftwich' has created a pull request for this issue:
https://github.com/apache/spark/pull/9065

> Spaces in the build dir causes failures in the build/mvn script
> ---------------------------------------------------------------
>
>                 Key: SPARK-11052
>                 URL: https://issues.apache.org/jira/browse/SPARK-11052
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.5.0, 1.5.1
>            Reporter: Trystan Leftwich
>
> If you are running make-distribution in a path that contains a space in it the build/mvn script will fail:
> {code}
> mkdir /tmp/test\ spaces
> cd /tmp/test\ spaces
> git clone https://github.com/apache/spark.git
> cd spark
> ./make-distribution.sh --name spark-1.5-test4 --tgz -Pyarn -Phive-thriftserver -Phive
> {code}
> You will get the following errors
> {code}
> /tmp/test spaces/spark/build/mvn: line 107: cd: /../lib: No such file or directory
> usage: dirname path
> /tmp/test spaces/spark/build/mvn: line 108: cd: /../lib: No such file or directory
> /tmp/test spaces/spark/build/mvn: line 138: /tmp/test: No such file or directory
> /tmp/test spaces/spark/build/mvn: line 140: /tmp/test: No such file or directory
> {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