You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/10/17 00:57:00 UTC

[jira] [Commented] (SPARK-33170) Add SQL config to control fast-fail behavior in FileFormatWriter

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

Apache Spark commented on SPARK-33170:
--------------------------------------

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

> Add SQL config to control fast-fail behavior in FileFormatWriter
> ----------------------------------------------------------------
>
>                 Key: SPARK-33170
>                 URL: https://issues.apache.org/jira/browse/SPARK-33170
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.1.0
>            Reporter: L. C. Hsieh
>            Assignee: L. C. Hsieh
>            Priority: Major
>
> In SPARK-29649, we catch `FileAlreadyExistsException` in `FileFormatWriter` and fail fast for the task set to prevent task retry.
> After latest discussion, it is important to be able to keep original behavior that is to retry tasks even `FileAlreadyExistsException` is thrown, because `FileAlreadyExistsException` could be recoverable in some cases.
> We are going to add a config we can control this behavior and set it false for fast-fail by default.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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