You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-9899] [SQL] Disables customized output committer when speculation is on
Speculation hates direct output committer, as there are multiple corner cases that may cause data corruption and/or data loss.
Please see this [PR comment] [1] for more details.
[1]: #8191 (comment)
Author: Cheng Lian <[email protected]>
Closes#8317 from liancheng/spark-9899/speculation-hates-direct-output-committer.
(cherry picked from commit f3ff4c4)
Signed-off-by: Michael Armbrust <[email protected]>
Conflicts:
sql/hive/src/test/scala/org/apache/spark/sql/sources/hadoopFsRelationSuites.scala
0 commit comments