Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CEBD718F0A for ; Tue, 13 Oct 2015 21:12:15 +0000 (UTC) Received: (qmail 31301 invoked by uid 500); 13 Oct 2015 21:12:06 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 31276 invoked by uid 500); 13 Oct 2015 21:12:06 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 31266 invoked by uid 99); 13 Oct 2015 21:12:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2015 21:12:06 +0000 Date: Tue, 13 Oct 2015 21:12:05 +0000 (UTC) From: "Sean Owen (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SPARK-11052) Spaces in the build dir causes failures in the build/mvn script MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SPARK-11052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen updated SPARK-11052: ------------------------------ Assignee: Trystan Leftwich > 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 > Assignee: Trystan Leftwich > Priority: Minor > Fix For: 1.6.0 > > > 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