You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jason Pohl (JIRA)" <ji...@apache.org> on 2015/09/14 21:13:46 UTC

[jira] [Created] (SPARK-10596) SparkContext.textFile() cannot handle escape character for spaces

Jason Pohl created SPARK-10596:
----------------------------------

             Summary: SparkContext.textFile() cannot handle escape character for spaces
                 Key: SPARK-10596
                 URL: https://issues.apache.org/jira/browse/SPARK-10596
             Project: Spark
          Issue Type: Bug
            Reporter: Jason Pohl
            Priority: Critical


Trying to use SparkContext.textFile() with an S3 URI, but there does not seem to be an accepted way to escape spaces in the path (which is a valid S3 naming convention for folders)

get an exception: "org.apache.hadoop.mapred.InvalidInputException: Input path does not exist:"

Tried:
+
%20
\%20
\%20\

None of these work



--
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