Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C747211565 for ; Wed, 10 Sep 2014 15:43:34 +0000 (UTC) Received: (qmail 53096 invoked by uid 500); 10 Sep 2014 15:43:34 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 53053 invoked by uid 500); 10 Sep 2014 15:43:34 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 53042 invoked by uid 99); 10 Sep 2014 15:43:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 15:43:34 +0000 Date: Wed, 10 Sep 2014 15:43:34 +0000 (UTC) From: "David S. Wang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-11074) Move s3-related FS connector code to hadoop-aws MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-11074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128616#comment-14128616 ] David S. Wang commented on HADOOP-11074: ---------------------------------------- Forgot to also mention that I changed the top-level pom.xml to add an exclusion for jackson for aws-java-sdk, which has the dependency on the earlier version of jackson. Moving to aws-java-sdk 1.8.9 didn't do the trick, and while it would be great to harmonize the jackson dependency between aws-java-sdk and azure, I don't see that happening anytime soon. Colin, I filed a findbugs JIRA as HADOOP-11082 and linked it to this JIRA. > Move s3-related FS connector code to hadoop-aws > ----------------------------------------------- > > Key: HADOOP-11074 > URL: https://issues.apache.org/jira/browse/HADOOP-11074 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Affects Versions: 3.0.0 > Reporter: David S. Wang > Assignee: David S. Wang > Fix For: 3.0.0 > > Attachments: HADOOP-11074.patch, HADOOP-11074.patch.2, HADOOP-11074.patch.3 > > > Now that hadoop-aws has been created, we should actually move the relevant code into that module, similar to what was done with hadoop-openstack, etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)