[ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to