소스 검색

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

Contributed by Adam Antal.
Adam Antal 6 년 전
부모
커밋
c0427c84dd
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md

+ 10 - 0
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md

@@ -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)