[ 
https://issues.apache.org/jira/browse/DRILL-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337636#comment-15337636
 ] 

ASF GitHub Bot commented on DRILL-4727:
---------------------------------------

GitHub user adityakishore opened a pull request:

    https://github.com/apache/drill/pull/528

    DRILL-4727: [Addendum] Exclude netty from HBase Client's transitive d…

    …ependencies
    
    Excluded `netty-all` from the list of transitive dependencies pulled by 
`mapr-hbase` in `mapr` profile.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adityakishore/drill DRILL-4727

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/528.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #528
    
----
commit bd1d9c24f574af14541e7d4abcd386624de92dcc
Author: Aditya Kishore <[email protected]>
Date:   2016-06-17T22:13:48Z

    DRILL-4727: [Addendum] Exclude netty from HBase Client's transitive 
dependencies
    
    Excluded `netty-all` from the list of transitive dependencies pulled by 
`mapr-hbase` in `mapr` profile.

----


> 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
>
> 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.<init>(Ljava/lang/String;)V
>         at io.netty.channel.ChannelOption.<init>(ChannelOption.java:136)
>         at io.netty.channel.ChannelOption.valueOf(ChannelOption.java:99)
>         at io.netty.channel.ChannelOption.<clinit>(ChannelOption.java:42)
>         at org.apache.drill.exec.rpc.BasicServer.<init>(BasicServer.java:63)
>         at 
> org.apache.drill.exec.rpc.user.UserServer.<init>(UserServer.java:74)
>         at 
> org.apache.drill.exec.service.ServiceEngine.<init>(ServiceEngine.java:78)
>         at org.apache.drill.exec.server.Drillbit.<init>(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)

Reply via email to