Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F2976200C07 for ; Sat, 7 Jan 2017 18:59:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F169B160B27; Sat, 7 Jan 2017 17:59:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 44A82160B3C for ; Sat, 7 Jan 2017 18:59:00 +0100 (CET) Received: (qmail 73992 invoked by uid 500); 7 Jan 2017 17:58:59 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 73937 invoked by uid 99); 7 Jan 2017 17:58:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2017 17:58:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A50422C2A6A for ; Sat, 7 Jan 2017 17:58:58 +0000 (UTC) Date: Sat, 7 Jan 2017 17:58:58 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13336) S3A to support per-bucket configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 07 Jan 2017 17:59:01 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13336?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-13336: ------------------------------------ Attachment: HADOOP-13336-HADOOP-13345-006.patch patch 006. * fix checkstyle * {{ITestS3AConfiguration}} switch to inline constants for the s3guard cons= tants. Needed to ensure the tests also build on trunk * Added a test which explicitly verifies properties propagate to fs.getConf= (), rather than relying on tester to set up s3a endpoint which couldnt' rea= ch the landsat image, or similar. > S3A to support per-bucket configuration > --------------------------------------- > > Key: HADOOP-13336 > URL: https://issues.apache.org/jira/browse/HADOOP-13336 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Affects Versions: 2.8.0 > Reporter: Steve Loughran > Assignee: Steve Loughran > Attachments: HADOOP-13336-HADOOP-13345-001.patch, HADOOP-13336-HA= DOOP-13345-002.patch, HADOOP-13336-HADOOP-13345-003.patch, HADOOP-13336-HAD= OOP-13345-004.patch, HADOOP-13336-HADOOP-13345-005.patch, HADOOP-13336-HADO= OP-13345-006.patch > > > S3a now supports different regions, by way of declaring the endpoint =E2= =80=94but you can't do things like read in one region, write back in anothe= r (e.g. a distcp backup), because only one region can be specified in a con= figuration. > If s3a supported region declaration in the URL, e.g. s3a://b1.frankfurt s= 3a://b2.seol , then this would be possible.=20 > Swift does this with a full filesystem binding/config: endpoints, usernam= e, etc, in the XML file. Would we need to do that much? It'd be simpler ini= tially to use a domain suffix of a URL to set the region of a bucket from t= he domain and have the aws library sort the details out itself, maybe with = some config options for working with non-AWS infra -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org