[ 
https://issues.apache.org/jira/browse/SPARK-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235525#comment-14235525
 ] 

Apache Spark commented on SPARK-4764:
-------------------------------------

User 'preaudc' has created a pull request for this issue:
https://github.com/apache/spark/pull/2855

> Ensure that files are fetched atomically
> ----------------------------------------
>
>                 Key: SPARK-4764
>                 URL: https://issues.apache.org/jira/browse/SPARK-4764
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 1.1.0
>            Reporter: Christophe PRÉAUD
>            Priority: Minor
>
> It does not seem necessary in the doFetchFile method to first download the 
> file into a local directory then move it (it may cause a copy instead of a 
> rename).
> tempFile (where the file is downloaded) should be created in the same 
> directory than targetFile, so that the move from tempFile to targetFile is 
> always atomic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to