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 503DA200BF6 for ; Tue, 10 Jan 2017 21:47:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4EC74160B4D; Tue, 10 Jan 2017 20:47:03 +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 984EB160B4B for ; Tue, 10 Jan 2017 21:47:02 +0100 (CET) Received: (qmail 11777 invoked by uid 500); 10 Jan 2017 20:46:58 -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 11631 invoked by uid 99); 10 Jan 2017 20:46:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2017 20:46:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AD5892C2AB8 for ; Tue, 10 Jan 2017 20:46:58 +0000 (UTC) Date: Tue, 10 Jan 2017 20:46:58 +0000 (UTC) From: "Mingliang Liu (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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: Tue, 10 Jan 2017 20:47:03 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13336?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15= 816135#comment-15816135 ]=20 Mingliang Liu commented on HADOOP-13336: ---------------------------------------- {quote} the complaint about an unused import is wrong: its referenced in the javado= cs {quote} It happens to me a few of times. I used the full path (package) of a class = in javadoc and removed the import statement to resolve this. Not ideal anyw= ay. > 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-006.patch, HADOOP-13336-007.patch, HADO= OP-13336-010.patch, HADOOP-13336-HADOOP-13345-001.patch, HADOOP-13336-HADOO= P-13345-002.patch, HADOOP-13336-HADOOP-13345-003.patch, HADOOP-13336-HADOOP= -13345-004.patch, HADOOP-13336-HADOOP-13345-005.patch, HADOOP-13336-HADOOP-= 13345-006.patch, HADOOP-13336-HADOOP-13345-008.patch, HADOOP-13336-HADOOP-1= 3345-009.patch, HADOOP-13336-HADOOP-13345-010.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