You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2019/03/18 19:14:54 UTC

[hadoop] branch branch-3.2 updated: HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants.

This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 81a6ba1  HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants.
81a6ba1 is described below

commit 81a6ba1825685aaa560b89de490fd31d4368f0be
Author: Adam Antal <ad...@cloudera.com>
AuthorDate: Mon Mar 18 19:14:43 2019 +0000

    HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants.
    
    Contributed by Adam Antal.
    
    (cherry picked from commit c0427c84dddf942529dfdfc5cc7a3e25e3f12c5e)
---
 .../hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md   | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md
index 8ddd3f8..07ddbad 100644
--- a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md
+++ b/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)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org