From common-issues-return-149030-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Feb 28 17:28:05 2018 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 7F2F4180671 for ; Wed, 28 Feb 2018 17:28:04 +0100 (CET) Received: (qmail 11223 invoked by uid 500); 28 Feb 2018 16:28:03 -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 11212 invoked by uid 99); 28 Feb 2018 16:28:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2018 16:28:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id F14501A02AE for ; Wed, 28 Feb 2018 16:28:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.811 X-Spam-Level: X-Spam-Status: No, score=-101.811 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id HyfdLdtM3oZN for ; Wed, 28 Feb 2018 16:28:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A249E5F64B for ; Wed, 28 Feb 2018 16:28:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 12DCAE095D for ; Wed, 28 Feb 2018 16:28:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5FA682412F for ; Wed, 28 Feb 2018 16:28:00 +0000 (UTC) Date: Wed, 28 Feb 2018 16:28:00 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-15264) AWS "shaded" SDK 1.271 is pulling in netty 4.1.17 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-15264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-15264: ------------------------------------ Target Version/s: 3.1.0, 3.0.2 (was: 3.1.0) > AWS "shaded" SDK 1.271 is pulling in netty 4.1.17 > ------------------------------------------------- > > Key: HADOOP-15264 > URL: https://issues.apache.org/jira/browse/HADOOP-15264 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Affects Versions: 3.0.0 > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Blocker > Fix For: 3.1.0 > > Attachments: HADOOP-15264-001.patch > > > The latest versions of the AWS Shaded SDK are declaring a dependency on netty 4.1.17 > {code} > [INFO] +- org.apache.hadoop:hadoop-aws:jar:3.2.0-SNAPSHOT:compile > [INFO] | \- com.amazonaws:aws-java-sdk-bundle:jar:1.11.271:compile > [INFO] | +- io.netty:netty-codec-http:jar:4.1.17.Final:compile > [INFO] | +- io.netty:netty-codec:jar:4.1.17.Final:compile > [INFO] | +- io.netty:netty-handler:jar:4.1.17.Final:compile > [INFO] | +- io.netty:netty-buffer:jar:4.1.17.Final:compile > [INFO] | +- io.netty:netty-common:jar:4.1.17.Final:compile > [INFO] | +- io.netty:netty-transport:jar:4.1.17.Final:compile > [INFO] | \- io.netty:netty-resolver:jar:4.1.17.Final:compile > {code} > We either exclude these or roll back HADOOP-15040. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org