Skip to content

Commit c0427c8

Browse files
Adam Antalsteveloughran
authored andcommitted
HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants.
Contributed by Adam Antal.
1 parent 5f6e225 commit c0427c8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,16 @@ define the target region in `auth-keys.xml`.
237237
<value>s3.eu-central-1.amazonaws.com</value>
238238
</property>
239239
```
240+
241+
Alternatively you can use endpoints defined in [core-site.xml](../../../../test/resources/core-site.xml).
242+
243+
```xml
244+
<property>
245+
<name>fs.s3a.endpoint</name>
246+
<value>${frankfurt.endpoint}</value>
247+
</property>
248+
```
249+
240250
This is used for all tests expect for scale tests using a Public CSV.gz file
241251
(see below)
242252

0 commit comments

Comments
 (0)