HADOOP-15163. Fix S3ACommitter documentation
Contributed by Alessandro Andrioni.

(cherry picked from commit 100e8a1ae1d930dde084af7d1281e491c7f124ec)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1a09da74
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1a09da74
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1a09da74

Branch: refs/heads/YARN-7402
Commit: 1a09da7400295cba7f9a39b58eb8fff735222935
Parents: afd8cab
Author: Steve Loughran <ste...@apache.org>
Authored: Wed Jan 10 15:37:07 2018 +0000
Committer: Steve Loughran <ste...@apache.org>
Committed: Wed Jan 10 15:37:07 2018 +0000

----------------------------------------------------------------------
 .../src/site/markdown/tools/hadoop-aws/committers.md           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1a09da74/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/committers.md
----------------------------------------------------------------------
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 c6dbf55..030a6ea 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
@@ -402,11 +402,11 @@ directories listed in `fs.s3a.buffer.dir`.
 
 
 The staging commmitter needs a path in the cluster filesystem
-(e.g. HDFS). This must be declared in `fs.s3a.committer.tmp.path`.
+(e.g. HDFS). This must be declared in `fs.s3a.committer.staging.tmp.path`.
 
 Temporary files are saved in HDFS (or other cluster filesystem) under the path
-`${fs.s3a.committer.tmp.path}/${user}` where `user` is the name of the user 
running the job.
-The default value of `fs.s3a.committer.tmp.path` is `tmp/staging`,
+`${fs.s3a.committer.staging.tmp.path}/${user}` where `user` is the name of the 
user running the job.
+The default value of `fs.s3a.committer.staging.tmp.path` is `tmp/staging`,
 Which will be converted at run time to a path under the current user's home 
directory,
 essentially `~/tmp/staging`
  so the temporary directory


---------------------------------------------------------------------
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