Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8DD36200D18 for ; Tue, 26 Sep 2017 18:04:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8C9B01609EF; Tue, 26 Sep 2017 16:04:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D60171609EC for ; Tue, 26 Sep 2017 18:04:46 +0200 (CEST) Received: (qmail 14858 invoked by uid 500); 26 Sep 2017 16:04:46 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 14717 invoked by uid 99); 26 Sep 2017 16:04:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2017 16:04:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ADF29F5AE8; Tue, 26 Sep 2017 16:04:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tzulitai@apache.org To: commits@flink.apache.org Date: Tue, 26 Sep 2017 16:04:50 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [8/9] flink git commit: hotfix] [docs] Fix incorrect doc for s3a configuration for AWS deployment archived-at: Tue, 26 Sep 2017 16:04:47 -0000 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 Authored: Wed Aug 30 11:44:27 2017 +0800 Committer: Tzu-Li (Gordon) Tai 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 - fs.s3.buffer.dir + fs.s3a.buffer.dir /tmp ``` -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`