From common-commits-return-93762-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Mon Mar 18 19:13:58 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 93F7E180651 for ; Mon, 18 Mar 2019 20:13:57 +0100 (CET) Received: (qmail 31312 invoked by uid 500); 18 Mar 2019 19:13:56 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 31303 invoked by uid 99); 18 Mar 2019 19:13:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2019 19:13:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F257682F24; Mon, 18 Mar 2019 19:13:55 +0000 (UTC) Date: Mon, 18 Mar 2019 19:13:55 +0000 To: "common-commits@hadoop.apache.org" Subject: [hadoop] branch trunk updated: HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155293643572.19226.3539301315363095291@gitbox.apache.org> From: stevel@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Oldrev: 5f6e22516668ff94a76737ad5e2cdcb2ff9f6dfd X-Git-Newrev: c0427c84dddf942529dfdfc5cc7a3e25e3f12c5e X-Git-Rev: c0427c84dddf942529dfdfc5cc7a3e25e3f12c5e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new c0427c8 HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants. c0427c8 is described below commit c0427c84dddf942529dfdfc5cc7a3e25e3f12c5e Author: Adam Antal AuthorDate: Tue Feb 19 14:16:24 2019 +0100 HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants. Contributed by Adam Antal. --- .../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 068269c..1a1d5a9 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`. s3.eu-central-1.amazonaws.com ``` + +Alternatively you can use endpoints defined in [core-site.xml](../../../../test/resources/core-site.xml). + +```xml + + fs.s3a.endpoint + ${frankfurt.endpoint} + +``` + 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