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

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

     [ https://issues.apache.org/jira/browse/SPARK-10596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated SPARK-10596:
------------------------------
       Priority: Major  (was: Critical)
    Component/s: Spark Core

Can you give an example of the expected path? I'm inferring you have a space but would be good to see exactly what you are sending where.

Have a look at https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark too 

> 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
>          Components: Spark Core
>            Reporter: Jason Pohl
>
> 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