You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Tommy Guy <ri...@gmail.com> on 2013/12/07 23:22:26 UTC

new(?) error starting cmd line

Hey guys,

I'm seeing a new NoClassDefFoundError starting sqline:

Connecting to jdbc:drill:schema=parquet-local
java.lang.NoClassDefFoundError: com/codahale/metrics/MetricRegistry
at
org.apache.drill.exec.server.BootStrapContext.<init>(BootStrapContext.java:43)
at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:78)
at
org.apache.drill.jdbc.DrillHandler.onConnectionInit(DrillHandler.java:105)


I've cleaned and installed. Is this new?

Tommy

Re: new(?) error starting cmd line

Posted by Aditya <ad...@gmail.com>.
Do you have a file ".classpath" in the drill root directory? If yes, then
delete it and relaunch sqlline.


On Sat, Dec 7, 2013 at 2:22 PM, Tommy Guy <ri...@gmail.com> wrote:

> Hey guys,
>
> I'm seeing a new NoClassDefFoundError starting sqline:
>
> Connecting to jdbc:drill:schema=parquet-local
> java.lang.NoClassDefFoundError: com/codahale/metrics/MetricRegistry
> at
>
> org.apache.drill.exec.server.BootStrapContext.<init>(BootStrapContext.java:43)
> at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:78)
> at
> org.apache.drill.jdbc.DrillHandler.onConnectionInit(DrillHandler.java:105)
>
>
> I've cleaned and installed. Is this new?
>
> Tommy
>