Hi,

I have encountered a problem when I try to deploy my application on Jetty.

In my Junit test environment everything works fine, whilst deploying the same 
application in Jetty I receive the following message;

java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
        at 
org.apache.hive.service.cli.thrift.EmbeddedThriftCLIService.<init>(EmbeddedThriftCLIService.java:32)

In my classpath I have included the hive-jdbc-0.11.0.jar, 
hive-service-0.11.0.jar, libfb303-0.9.1.jar, libthrift-0.9.1.jar in addition to 
the log jars, which according to the documentation should be sufficient when 
connecting to a remote hive server.

Do I miss something? For me it seems like its trying to connect to an embedded 
environment, although I am not quite sure.

Any ideas?


Best regards,

Jone

Reply via email to