You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/11/14 14:15:36 UTC

[4/7] flink git commit: [hotfix][docs] Fix typos in deployment AWS documentation

[hotfix][docs] Fix typos in deployment AWS documentation

This closes #5000.


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

Branch: refs/heads/release-1.4
Commit: c2d3d6aec42170a9962c47556f0e88f4e6815633
Parents: cf099f1
Author: yew1eb <ye...@gmail.com>
Authored: Sat Nov 11 21:08:21 2017 +0800
Committer: zentol <ch...@apache.org>
Committed: Tue Nov 14 15:15:14 2017 +0100

----------------------------------------------------------------------
 docs/ops/deployment/aws.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c2d3d6ae/docs/ops/deployment/aws.md
----------------------------------------------------------------------
diff --git a/docs/ops/deployment/aws.md b/docs/ops/deployment/aws.md
index 709ecd1..bd11bec 100644
--- a/docs/ops/deployment/aws.md
+++ b/docs/ops/deployment/aws.md
@@ -338,7 +338,7 @@ Caused by: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.s3native
 
 ### IOException: `400: Bad Request`
 
-If you you have configured everything properly, but get a `Bad Request` Exception **and** your S3 bucket is located in region `eu-central-1`, you might be running an S3 client, which does not support [Amazon's signature version 4](http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html).
+If you have configured everything properly, but get a `Bad Request` Exception **and** your S3 bucket is located in region `eu-central-1`, you might be running an S3 client, which does not support [Amazon's signature version 4](http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html).
 
 Currently, this includes all Hadoop versions up to 2.7.2 running `NativeS3FileSystem`, which depend on `JetS3t 0.9.0` instead of a version [>= 0.9.4](http://www.jets3t.org/RELEASE_NOTES.html).