Hive queries

2013-02-25 Thread Cyril Bogus
Hi everyone, My setup is Hadoop 1.0.4, Hive 0.9.0, Sqoop 1.4.2-hadoop 1.0.0 Mahout 0.7 I have imported tables from a remote database directly into Hive using Sqoop. Somehow when I try to run Sqoop from Hadoop, the content Hive is giving me trouble in bookkeeping of where the imported tables are

Re: Hive queries

2013-02-25 Thread Cyril Bogus
to be the same everywhere I call it. But so far it is not the case. On Mon, Feb 25, 2013 at 10:22 AM, Nitin Pawar wrote: > any errors you see ? > > > On Mon, Feb 25, 2013 at 8:48 PM, Cyril Bogus wrote: > >> Hi everyone, >> >> My setup is Hadoop 1.0.4, Hive 0.9.0,

Re: Hive queries

2013-02-25 Thread Cyril Bogus
the case. > > > On Mon, Feb 25, 2013 at 10:22 AM, Nitin Pawar wrote: > >> any errors you see ? >> >> >> On Mon, Feb 25, 2013 at 8:48 PM, Cyril Bogus wrote: >> >>> Hi everyone, >>> >>> My setup is Hadoop 1.0.4, Hive 0.9.0, Sqoop

Getting Started

2013-05-02 Thread Cyril Bogus
Hi, I am currently running hadoop 1.0.4 and hive 0.10.0 also I have HADOOP_HOME set to /home/hadoop and HIVE_HOME to /home/hive along with JAVA_HOME also to the right location. and I would like to run the hive command line but I keep getting the following error when I try to run a simple query lik

Re: Getting Started

2013-05-02 Thread Cyril Bogus
> > 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,console -e "show databases" > > From: Cyril Bogus > Reply-To: "user@hive.apache.org" > Dat

Re: Getting Started

2013-05-02 Thread Cyril Bogus
r 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 specified

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

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: > >&

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