Skip to content

Commit

Permalink
[hotfix][docs] Fix typos in deployment AWS documentation
Browse files Browse the repository at this point in the history
This closes apache#5000.
  • Loading branch information
yew1eb authored and zentol committed Nov 14, 2017
1 parent 49c8686 commit c5371ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ops/deployment/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://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:https://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:https://www.jets3t.org/RELEASE_NOTES.html).

Expand Down

0 comments on commit c5371ee

Please sign in to comment.