Skip to content

Commit e6a3bbc

Browse files
jshmchenxisteveloughran
authored andcommitted
HADOOP-19159. S3A. Fix documentation of fs.s3a.committer.abort.pending.uploads (#6778)
The description of `fs.s3a.committer.abort.pending.uploads` in the section `Concurrent Jobs writing to the same destination` is not correct. Its default value is `true`. Contributed by Xi Chen
1 parent 75ad60b commit e6a3bbc

File tree

1 file changed

+1
-1
lines changed
  • hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/committers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ such use case, The "MAGIC PATH" for each job is unique of the format `__magic_jo
713713
multiple job running simultaneously do not step into each other.
714714

715715
Before attempting this, the committers must be set to not delete all incomplete uploads on job commit,
716-
by setting `fs.s3a.committer.abort.pending.uploads` to `false`. This is set to `false`by default
716+
by setting `fs.s3a.committer.abort.pending.uploads` to `false`. This is set to `true` by default.
717717

718718
```xml
719719
<property>

0 commit comments

Comments
 (0)