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:11:53 UTC

[3/5] 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/19cf8d33
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/19cf8d33
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/19cf8d33

Branch: refs/heads/release-1.3
Commit: 19cf8d33a64637605a817e2942e19e312efad252
Parents: 2439834
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:09:41 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/19cf8d33/docs/setup/aws.md
----------------------------------------------------------------------
diff --git a/docs/setup/aws.md b/docs/setup/aws.md
index bc5b221..ce349d8 100644
--- a/docs/setup/aws.md
+++ b/docs/setup/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`