From f176cdee6d5c843da7c748142c5a0a1986351b34 Mon Sep 17 00:00:00 2001 From: Tony Wei Date: Wed, 30 Aug 2017 11:44:27 +0800 Subject: [PATCH 1/2] [hotfix] Fix typo for s3a config in AWS deployment documentation --- docs/ops/deployment/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ops/deployment/aws.md b/docs/ops/deployment/aws.md index 57c7e582be6ef..84ccb9fd912e2 100644 --- a/docs/ops/deployment/aws.md +++ b/docs/ops/deployment/aws.md @@ -117,7 +117,7 @@ You need to point Flink to a valid Hadoop configuration, which contains the foll - fs.s3.buffer.dir + fs.s3a.buffer.dir /tmp From 659d42a9c4adbf41f3b699162ff041b2423a51c5 Mon Sep 17 00:00:00 2001 From: Tony Wei Date: Mon, 25 Sep 2017 15:34:53 +0800 Subject: [PATCH 2/2] update s3a scheme to `s3a://` --- docs/ops/deployment/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ops/deployment/aws.md b/docs/ops/deployment/aws.md index 84ccb9fd912e2..9c6e302ffeddc 100644 --- a/docs/ops/deployment/aws.md +++ b/docs/ops/deployment/aws.md @@ -124,7 +124,7 @@ You need to point Flink to a valid Hadoop configuration, which contains the foll ``` -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`