You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (Jira)" <ji...@apache.org> on 2019/12/12 12:33:00 UTC

[jira] [Assigned] (SPARK-30126) sparkContext.addFile fails when file path contains spaces

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

Wenchen Fan reassigned SPARK-30126:
-----------------------------------

    Assignee: Ankit Raj Boudh

> sparkContext.addFile fails when file path contains spaces
> ---------------------------------------------------------
>
>                 Key: SPARK-30126
>                 URL: https://issues.apache.org/jira/browse/SPARK-30126
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    Affects Versions: 2.4.3
>            Reporter: Jan
>            Assignee: Ankit Raj Boudh
>            Priority: Minor
>
> When uploading a file to the spark context via the addFile function, an exception is thrown when file path contains a space character. Escaping the space with %20 or \\ or + doesn't change the result.
>  
> to reproduce: 
> file_path = "/home/user/test dir/config.conf"
> sparkContext.addFile(file_path)
>  
> results in:
> py4j.protocol.Py4JJavaError: An error occurred while calling o131.addFile.
> : java.io.FileNotFoundException: File file:/home/user/test%20dir/config.conf does not exist



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org