You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2017/09/26 16:04:50 UTC

[8/9] flink git commit: hotfix] [docs] Fix incorrect doc for s3a configuration for AWS deployment

hotfix] [docs] Fix incorrect doc for s3a configuration for AWS deployment

This closes #4679.


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

Branch: refs/heads/master
Commit: b05484188f2a9ef99b3a80e5d7686eea2df0218d
Parents: bd0841e
Author: Tony Wei <to...@gmail.com>
Authored: Wed Aug 30 11:44:27 2017 +0800
Committer: Tzu-Li (Gordon) Tai <tz...@apache.org>
Committed: Tue Sep 26 18:04:07 2017 +0200

----------------------------------------------------------------------
 docs/ops/deployment/aws.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/b0548418/docs/ops/deployment/aws.md
----------------------------------------------------------------------
diff --git a/docs/ops/deployment/aws.md b/docs/ops/deployment/aws.md
index 57c7e58..9c6e302 100644
--- a/docs/ops/deployment/aws.md
+++ b/docs/ops/deployment/aws.md
@@ -117,14 +117,14 @@ You need to point Flink to a valid Hadoop configuration, which contains the foll
 <!-- Comma separated list of local directories used to buffer
      large results prior to transmitting them to S3. -->
 <property>
-  <name>fs.s3.buffer.dir</name>
+  <name>fs.s3a.buffer.dir</name>
   <value>/tmp</value>
 </property>
 
 </configuration>
 ```
 
-This registers `S3AFileSystem` as the default FileSystem for URIs with the `s3://` scheme.
+This registers `S3AFileSystem` as the default FileSystem for URIs with the `s3a://` scheme.
 
 #### `NativeS3FileSystem`