Skip to content

Commit

Permalink
HADOOP-19159. S3A. Fix documentation of fs.s3a.committer.abort.pendin…
Browse files Browse the repository at this point in the history
…g.uploads (apache#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
  • Loading branch information
jshmchenxi authored Apr 29, 2024
1 parent 08419c4 commit aa169e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ such use case, The "MAGIC PATH" for each job is unique of the format `__magic_jo
multiple job running simultaneously do not step into each other.

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

```xml
<property>
Expand Down

0 comments on commit aa169e1

Please sign in to comment.