Thanks for reporting, I'm looking into it and will post a patch soon. On Wed, Jun 15, 2016 at 7:27 PM, qiang li <[email protected]> wrote:
> 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 ? > > > > 2016-06-15 8:14 GMT+08:00 Aditya <[email protected]>: > >> HBase 1.x support has been merged and is available in latest >> 1.7.0-SNAPSHOT >> builds. >> >> On Wed, Jun 1, 2016 at 1:23 PM, Aditya <[email protected]> wrote: >> >> > Thanks Jacques for promptly reviewing my long series of patches! >> > >> > I'm planning to merge the HBase 1.x support some time in next 48 hours. >> > >> > If anyone else is interested and willing, please review the latest patch >> > here[1]. >> > >> > aditya... >> > >> > [1] https://github.com/apache/drill/pull/443/files >> > >> > >
