turboFei commented on issue #25795: [SPARK-29037][Core] Spark gives duplicate 
result when an application was killed
URL: https://github.com/apache/spark/pull/25795#issuecomment-532255025
 
 
   > when `dynamicPartitionOverwrite=true`, we still set up the output 
committer, will that create the `_temporary` dir?
   
   No, setupCommitter will not create the `_temporary` dir, it is created by 
`committer.setupJob(jobContext)`.
   
   > BTW .spark-staging-${UUID} is not a concern. UUID should never conflict.
   Yes, UUID is not a concern, but we can check the directory name whether 
started with `.spark-staging`.

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