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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to