This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new d42ac763f767 HADOOP-19159. S3A. Fix documentation of 
fs.s3a.committer.abort.pending.uploads (#6778)
d42ac763f767 is described below

commit d42ac763f7670032a6ce1ec87c5b3be6b7517cff
Author: Xi Chen <jshmche...@gmail.com>
AuthorDate: Mon Apr 29 22:49:35 2024 +0800

    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
---
 .../hadoop-aws/src/site/markdown/tools/hadoop-aws/committers.md         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/committers.md 
b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/committers.md
index 895815444932..2dff5b799149 100644
--- a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/committers.md
+++ b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/committers.md
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to