Re: Hive starting error

2011-12-30 Thread Aniket Mokashi
Im glad it worked for you.. On Fri, Dec 30, 2011 at 5:31 AM, praveenesh kumar wrote: > Hi , > Found the issue, Problem was with setting HADOOP_CLASSPATH.. I was adding > all HBASE jars on hadoop_classpath whereas only hbase-core and zookeeper > jar were required. > Thanks a lot for answering the

Re: Hive starting error

2011-12-30 Thread praveenesh kumar
Hi , Found the issue, Problem was with setting HADOOP_CLASSPATH.. I was adding all HBASE jars on hadoop_classpath whereas only hbase-core and zookeeper jar were required. Thanks a lot for answering the queries.. Praveenesh. On Fri, Dec 30, 2011 at 3:43 PM, alo alt wrote: > Could be, please add

Re: Hive starting error

2011-12-30 Thread alo alt
Could be, please add .4 jars and run again. Also please check that no other hive installation is available. sent from my mobile device On Fri, Dec 30, 2011 at 11:09 AM, praveenesh kumar wrote: > I recently added hbase 0.90.5 jars in HADOOP_CLASSPATH ? > Previously I was running hbase 0.90.4, Is

Re: Hive starting error

2011-12-30 Thread praveenesh kumar
I recently added hbase 0.90.5 jars in HADOOP_CLASSPATH ? Previously I was running hbase 0.90.4, Is it the cause of trouble ? Thanks, Praveenesh On Fri, Dec 30, 2011 at 3:36 PM, Aniket Mokashi wrote: > I think I saw this error a few days back. I think this is due to > HADOOP_CLASSPATH (have you

Re: Hive starting error

2011-12-30 Thread Aniket Mokashi
I think I saw this error a few days back. I think this is due to HADOOP_CLASSPATH (have you placed any other jars in classpath? hive-0.8?). Check and compare the classpath with the other installation that you have. Thanks, Aniket On Fri, Dec 30, 2011 at 2:01 AM, alo alt wrote: > Try to disable

Re: Hive starting error

2011-12-30 Thread alo alt
Try to disable security. - Alex sent from my mobile device On Fri, Dec 30, 2011 at 10:54 AM, praveenesh kumar wrote: > How to resolve this thing ? > > Thanks, > Praveenesh > > > On Fri, Dec 30, 2011 at 3:21 PM, alo alt wrote: >> >> Hi, >> >> I think thats a typo, I was grepping 0.20.2-737 and

Re: Hive starting error

2011-12-30 Thread praveenesh kumar
Strange thing is .. I have same hadoop 0.20.205 and hive 0.7.1 running on some other machine. Hive was running fine there. But today I am getting this error, when working on fresh install. Thanks, Praveenesh On Fri, Dec 30, 2011 at 3:24 PM, praveenesh kumar wrote: > How to resolve this thing ?

Re: Hive starting error

2011-12-30 Thread praveenesh kumar
How to resolve this thing ? Thanks, Praveenesh On Fri, Dec 30, 2011 at 3:21 PM, alo alt wrote: > Hi, > > I think thats a typo, I was grepping 0.20.2-737 and did not found > Lorg/apache/hadoop/security/UserGroupInformation. Should be > org/apache/hadoop/security/UserGroupInformation. Correct me

Re: Hive starting error

2011-12-30 Thread alo alt
Hi, I think thats a typo, I was grepping 0.20.2-737 and did not found Lorg/apache/hadoop/security/UserGroupInformation. Should be org/apache/hadoop/security/UserGroupInformation. Correct me please if I wrong. - Alex On Fri, Dec 30, 2011 at 10:39 AM, praveenesh kumar wrote: > Hi, > > I am using

Hive starting error

2011-12-30 Thread praveenesh kumar
Hi, I am using Hive 0.7.1 on hadoop 0.20.205 While running hive. its giving me following error : Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.security.UserGroupInformation.login(Lorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/security/UserGroupInformation;