HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants.

Contributed by Adam Antal.
This commit is contained in:
Adam Antal 2019-02-19 14:16:24 +01:00 committed by Steve Loughran
parent 5f6e225166
commit c0427c84dd
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 10 additions and 0 deletions

View File

@ -237,6 +237,16 @@ define the target region in `auth-keys.xml`.
<value>s3.eu-central-1.amazonaws.com</value>
</property>
```
Alternatively you can use endpoints defined in [core-site.xml](../../../../test/resources/core-site.xml).
```xml
<property>
<name>fs.s3a.endpoint</name>
<value>${frankfurt.endpoint}</value>
</property>
```
This is used for all tests expect for scale tests using a Public CSV.gz file
(see below)