ajithme opened a new pull request #24142: [SPARK-27194] Job failures when task 
attempts do not clean up spark-staging parquet files
URL: https://github.com/apache/spark/pull/24142
 
 
   ## What changes were proposed in this pull request?
   
   Avoid task output file overlap when task are reattempted. As currently file 
name considers only taskId which will be same across reattempts, it will cause 
collision. Instead file name can instead contain taskId along with attempt id
   
   ## How was this patch tested?
   
   Will update UT if approach is ok
   

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