HADOOP-16469. Update committers.md
Contributed by Felipe Lopes. Change-Id: I5c05b878bde073aeb45bf22340183893f85269e1
This commit is contained in:
parent
204a977f55
commit
bca86bd289
|
@ -789,7 +789,7 @@ This surfaces when either of two conditions are met.
|
||||||
`fail` and the output/destination directory exists.
|
`fail` and the output/destination directory exists.
|
||||||
The job will fail in the driver during job setup.
|
The job will fail in the driver during job setup.
|
||||||
1. The Partitioned Committer is used with `fs.s3a.committer.staging.conflict-mode` set to
|
1. The Partitioned Committer is used with `fs.s3a.committer.staging.conflict-mode` set to
|
||||||
`fail` and one of the partitions. The specific task(s) generating conflicting data will fail
|
`fail` and one of the partitions exist. The specific task(s) generating conflicting data will fail
|
||||||
during task commit, which will cause the entire job to fail.
|
during task commit, which will cause the entire job to fail.
|
||||||
|
|
||||||
If you are trying to write data and want write conflicts to be rejected, this is the correct
|
If you are trying to write data and want write conflicts to be rejected, this is the correct
|
||||||
|
|
Loading…
Reference in New Issue