You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/12 18:34:55 UTC

[GitHub] [spark] sandeep-katta opened a new pull request #26870: [SPARK-30137][CORE] Support delete file feature in spark

sandeep-katta opened a new pull request #26870: [SPARK-30137][CORE] Support delete file feature in spark
URL: https://github.com/apache/spark/pull/26870
 
 
   
   ### What changes were proposed in this pull request?
   
   Support Delete File semantics which will delete the given path from the `addedFiles` of sparkContext.
   
   
   ### Why are the changes needed?
   User can delete the file if it is not required, so that for the next TaskSet this file won't be available. 
   
   
   ### Does this PR introduce any user-facing change?
   Yes, new feature will be introduced to the user. Same will be updated in documentation as per the jira SPARK-30135
   
   
   ### How was this patch tested?
   Added UT and also tested manually in the local cluster
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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