HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants.
Contributed by Adam Antal.
This commit is contained in:
parent
5f6e225166
commit
c0427c84dd
@ -237,6 +237,16 @@ define the target region in `auth-keys.xml`.
|
|||||||
<value>s3.eu-central-1.amazonaws.com</value>
|
<value>s3.eu-central-1.amazonaws.com</value>
|
||||||
</property>
|
</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
|
This is used for all tests expect for scale tests using a Public CSV.gz file
|
||||||
(see below)
|
(see below)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user