Re: Getting Started with Hive 0.13.1 ClassNotFound

2014-09-03 Thread Geoffry Roberts
Thanks for the help but it's still not working. I must be missing a setting somewhere. It's not finding $HIVE_HOME/lib. I looked through the $HIVE_HOME/conf directory but could not find anything obvious. On Tue, Sep 2, 2014 at 5:30 PM, Thejas Nair wrote: > hcat_server is essentially same has

Re: Getting Started with Hive 0.13.1 ClassNotFound

2014-09-02 Thread Thejas Nair
hcat_server is essentially same has hive metastore, it is there for historical reasons (time to remove it, in my opinion). As metastore command is more commonly used, hcat_server command might have new bugs that have gone unnoticed because of its disuse. You can start hive-metastore by using 'hiv

Re: Getting Started

2013-05-02 Thread Cyril Bogus
Solved the issue. The problem was not just the antlr jar file but many other jars in the hadoop class path that conflicted with what hive needs. So I reset the libjars of hadoop to the packaged one and hive is now working fine. On Thu, May 2, 2013 at 2:04 PM, Cyril Bogus wrote: > I put it in b

Re: Getting Started

2013-05-02 Thread Cyril Bogus
I put it in both and I am still getting the same error. On Thu, May 2, 2013 at 1:55 PM, kulkarni.swar...@gmail.com < kulkarni.swar...@gmail.com> wrote: > But that would still use the HADOOP_CLASSPATH right? > > > On Thu, May 2, 2013 at 12:52 PM, Cyril Bogus wrote: > >> But right now I am just t

Re: Getting Started

2013-05-02 Thread kulkarni.swar...@gmail.com
But that would still use the HADOOP_CLASSPATH right? On Thu, May 2, 2013 at 12:52 PM, Cyril Bogus wrote: > But right now I am just trying to run it as standalone (no need to check > for the packages I assume) with hadoop's hdfs in order to do some indexing > on data already present in the hdfs

Re: Getting Started

2013-05-02 Thread Cyril Bogus
But right now I am just trying to run it as standalone (no need to check for the packages I assume) with hadoop's hdfs in order to do some indexing on data already present in the hdfs On Thu, May 2, 2013 at 1:50 PM, Cyril Bogus wrote: > Actually two the one from hadoop (which is the same as fro

Re: Getting Started

2013-05-02 Thread kulkarni.swar...@gmail.com
Ok. Try replacing the jar in HIVE_HOME/lib with antlr 3.2. On Thu, May 2, 2013 at 12:50 PM, Cyril Bogus wrote: > Actually two the one from hadoop (which is the same as from the one in the > hive package) and the one from mahout 0.7 which is newer antlr 3.2 > > > On Thu, May 2, 2013 at 1:47 PM,

Re: Getting Started

2013-05-02 Thread Cyril Bogus
Actually two the one from hadoop (which is the same as from the one in the hive package) and the one from mahout 0.7 which is newer antlr 3.2 On Thu, May 2, 2013 at 1:47 PM, kulkarni.swar...@gmail.com < kulkarni.swar...@gmail.com> wrote: > Do you have a different version of antlr jar in your cla

Re: Getting Started

2013-05-02 Thread kulkarni.swar...@gmail.com
Do you have a different version of antlr jar in your classpath other than the one packaged with hive? On Thu, May 2, 2013 at 12:38 PM, Cyril Bogus wrote: > I am using the default setup for the hive-site.xml so the meta store is in > /user/hive/warehouse in the hdfs (Which I have setup as specif

Re: Getting Started

2013-05-02 Thread Cyril Bogus
I am using the default setup for the hive-site.xml so the meta store is in /user/hive/warehouse in the hdfs (Which I have setup as specified under Getting started in the hive website. Here is the output from the command. hive -hiveconf hive.root.logger=INFO,console -e "show databases" WARNING:

Re: Getting Started

2013-05-02 Thread Sanjay Subramanian
Can u share your hive-site.xml ? What meta store r u using ? Also try this to get additional debug messages that u can use to analyze the problem >From your linux command prompt run the following and tell us what u see. Also >hive-site.xml please /path/to/hive -hiveconf hive.root.logger=INFO,c