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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16988001#comment-16988001 ] 

Ankit Raj Boudh commented on SPARK-30126:
-----------------------------------------

i will check this issue

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