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

Branch: refs/heads/master
Commit: c5371ee6430a36f55001048248b1b2adc901a1d1
Parents: 49c8686
Author: yew1eb <yew...@gmail.com>
Authored: Sat Nov 11 21:08:21 2017 +0800
Committer: zentol <ches...@apache.org>
Committed: Tue Nov 14 15:15:47 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/c5371ee6/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).
 

Reply via email to