Skip to content

Commit 993eea4

Browse files
committed
HADOOP-17771. remove trailing spaces from troubleshooting.md
Change-Id: I151cd02c14525101c75fb033e48ab9711d13314a
1 parent 6decb38 commit 993eea4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/troubleshooting_s3a.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ S3 sts endpoint and region like the following:
578578

579579
## <a name="connectivity"></a> Connectivity Problems
580580

581-
### <a name="bad_endpoint"></a> Error message "The bucket you are attempting to access must be addressed using the specified endpoint"
581+
### <a name="bad_endpoint"></a> Error "The bucket you are attempting to access must be addressed using the specified endpoint"
582582

583583
This surfaces when `fs.s3a.endpoint` is configured to use an S3 service endpoint
584584
which is neither the original AWS one, `s3.amazonaws.com` , nor the one where
@@ -645,10 +645,10 @@ Caused by: com.amazonaws.SdkClientException: Unable to find a region via the reg
645645

646646
Log and stack trace on later releases, with
647647
"S3A filesystem client is using the SDK region resolution chain."
648-
warning that the SDK resolution chain is in use.
648+
warning that the SDK resolution chain is in use:
649649

650650
```
651-
2021-06-23 19:56:55,971 [main] WARN s3a.DefaultS3ClientFactory (LogExactlyOnce.java:warn(39)) -
651+
2021-06-23 19:56:55,971 [main] WARN s3a.DefaultS3ClientFactory (LogExactlyOnce.java:warn(39)) -
652652
S3A filesystem client is using the SDK region resolution chain.
653653
654654
2021-06-23 19:56:56,073 [main] WARN fs.FileSystem (FileSystem.java:createFileSystem(3464)) -
@@ -674,7 +674,7 @@ Caused by: com.amazonaws.SdkClientException: Unable to find a region via the reg
674674
at com.amazonaws.client.builder.AwsSyncClientBuilder.build(AwsSyncClientBuilder.java:46)
675675
at org.apache.hadoop.fs.s3a.DefaultS3ClientFactory.buildAmazonS3Client(DefaultS3ClientFactory.java:185)
676676
at org.apache.hadoop.fs.s3a.DefaultS3ClientFactory.createS3Client(DefaultS3ClientFactory.java:117)
677-
... 21 more
677+
... 21 more
678678
```
679679

680680
Due to changes in S3 client construction in Hadoop 3.3.1 this option surfaces in

0 commit comments

Comments
 (0)