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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to