Re: Running Hive JDBC get ClassNotFound: org.apache.hadoop.conf.Configuration

2014-06-14 Thread Néstor Boscán
Thanks, that solved it. On Sat, Jun 14, 2014 at 8:21 AM, Edward Capriolo wrote: > The way the hive components are packaged they do not bring many transative > dependencies. You need to bring those in, potentially using the > provided. That stack trace shows that hadoop components are > not on t

Re: Running Hive JDBC get ClassNotFound: org.apache.hadoop.conf.Configuration

2014-06-14 Thread Edward Capriolo
The way the hive components are packaged they do not bring many transative dependencies. You need to bring those in, potentially using the provided. That stack trace shows that hadoop components are not on the classpath. To start you are going to need: org

Running Hive JDBC get ClassNotFound: org.apache.hadoop.conf.Configuration

2014-06-13 Thread Néstor Boscán
Hi I recently downloaded the HDP 2.1 Sandbox. I'm trying to create a simple java program that connects to the hive server. I'm using maven with the following dependency: org.apache.hive hive-jdbc 0.13.1 Here is the java program: public class