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 86F3F200B2F for ; Sun, 19 Jun 2016 01:39:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8559C160A63; Sat, 18 Jun 2016 23:39:07 +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 CD3C0160A64 for ; Sun, 19 Jun 2016 01:39:06 +0200 (CEST) Received: (qmail 98560 invoked by uid 500); 18 Jun 2016 23:39:05 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 98542 invoked by uid 99); 18 Jun 2016 23:39:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2016 23:39:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 918B12C033A for ; Sat, 18 Jun 2016 23:39:05 +0000 (UTC) Date: Sat, 18 Jun 2016 23:39:05 +0000 (UTC) From: "Aditya Kishore (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-4727) Exclude netty from HBase Client's transitive dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 18 Jun 2016 23:39:07 -0000 [ https://issues.apache.org/jira/browse/DRILL-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aditya Kishore resolved DRILL-4727. ----------------------------------- Resolution: Fixed Fix Version/s: 1.7.0 Resolved by [7c7e9d1|https://fisheye6.atlassian.com/changelog/incubator-drill?cs=7c7e9d1713300ed358285eaff6c44d6376b00c21] and [bd1d9c2|https://fisheye6.atlassian.com/changelog/incubator-drill?cs=bd1d9c24f574af14541e7d4abcd386624de92dcc]. > Exclude netty from HBase Client's transitive dependencies > --------------------------------------------------------- > > Key: DRILL-4727 > URL: https://issues.apache.org/jira/browse/DRILL-4727 > Project: Apache Drill > Issue Type: Bug > Components: Tools, Build & Test > Affects Versions: 1.7.0 > Reporter: Aditya Kishore > Assignee: Aditya Kishore > Priority: Critical > Fix For: 1.7.0 > > > Reported on dev/user list after moving to HBase 1.1 > {noformat} > Hi Aditya, > I tested the latest version and got this exception and the drillbit fail to startup . > Exception in thread "main" java.lang.NoSuchMethodError: io.netty.util.UniqueName.(Ljava/lang/String;)V > at io.netty.channel.ChannelOption.(ChannelOption.java:136) > at io.netty.channel.ChannelOption.valueOf(ChannelOption.java:99) > at io.netty.channel.ChannelOption.(ChannelOption.java:42) > at org.apache.drill.exec.rpc.BasicServer.(BasicServer.java:63) > at org.apache.drill.exec.rpc.user.UserServer.(UserServer.java:74) > at org.apache.drill.exec.service.ServiceEngine.(ServiceEngine.java:78) > at org.apache.drill.exec.server.Drillbit.(Drillbit.java:108) > at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:285) > at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:271) > at org.apache.drill.exec.server.Drillbit.main(Drillbit.java:267) > It will working if I remove jars/3rdparty/netty-all-4.0.23.Final.jar, the drill can startup. I think there have some package dependency version issue, do you think so ? > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)