Re: HIVE Installation Cygwin

2016-05-23 Thread Me To
Hello All, I am trying to run HIVE over Hadoop on my Windows platform. I want to run beeline but as soon as I type beeline under my Cygwin Terminal it gives me an error, this one Exception in thread "main" java.lang.NoSuchMethodError: org.fusesource.jansi.internal.Kernel32.GetConsoleOutputCP()I

Re: hive installation

2016-02-18 Thread Ritesh Kumar Singh
try this : https://stackoverflow.com/questions/26968712/mysql-connection-error-with-hive *Ritesh Kumar Singh,* *https://riteshtoday.wordpress.com/* On Thu, Feb 18, 2016 at 5:27 PM, wrote: > Hi, > > I installed hive-2.0.0 and derby-10-12.1.1. My hadoop versio

RE: Hive Installation Issue

2013-07-05 Thread Ranjitha Chandrashekar
b.jar The conflicting antlr jar is removed from the classpath and it works fine now. Thanks Ranjitha. From: Joshi, Rekha [mailto:rekha_jo...@intuit.com] Sent: 05 July 2013 16:18 To: user@hive.apache.org Subject: Re: Hive Installation Issue Its not just the antlr, there must be no conflicti

Re: Hive Installation Issue

2013-07-05 Thread Joshi, Rekha
Its not just the antlr, there must be no conflicting jars on HADOOP_CLASSPATH versus that required by your hive version. Thanks Rekha From: Ranjitha Chandrashekar mailto:ranjitha...@hcl.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Frida

Re: Hive Installation issues: NoClassDefFoundError

2013-06-23 Thread Kannu Mehta
HI Cao, No, but my $HADOOP_HOME/lib has thriftfs.jar. But I hope that is fine. Regards, Kannu Mehta On Sun, Jun 23, 2013 at 10:35 PM, FangKun Cao wrote: > This should be a JAR files conflict issue . > Please check if $HADOOP_HOME/lib and $HIVE_HOME/lib both have > thilibthrift-*.jar , > if d

Re: Hive Installation issues: NoClassDefFoundError

2013-06-23 Thread FangKun Cao
This should be a JAR files conflict issue . Please check if $HADOOP_HOME/lib and $HIVE_HOME/lib both have thilibthrift-*.jar , if do have, remove one of them and retry. 2013/6/24 Kannu Mehta > Hi All, > > I'm trying to run Hadoop and Hive in a pseudo-distributed mode on my local > machine. I'v

RE: Hive installation

2012-10-24 Thread Connell, Chuck
I would just install Cloudera CDH4 and you don't have to do any config at all, super easy. Chuck From: Artem Ervits [are9...@nyp.org] Sent: Wednesday, October 24, 2012 4:41 PM To: user@hive.apache.org Subject: RE: Hive installation Whew, sorry for all the

RE: Hive installation

2012-10-24 Thread Artem Ervits
arted hive shell successfully and I can do any kind of DDL so far. Thank you all. From: Artem Ervits [mailto:are9...@nyp.org] Sent: Wednesday, October 24, 2012 4:30 PM To: user@hive.apache.org Subject: RE: Hive installation Actually I'm getting warmer, I "grepped" in the src folder f

RE: Hive installation

2012-10-24 Thread Artem Ervits
rom trunk. Please advise Thank you. From: Artem Ervits [mailto:are9...@nyp.org] Sent: Wednesday, October 24, 2012 4:11 PM To: user@hive.apache.org Subject: RE: Hive installation I was able to go past this error by editing $HADOOP_HOME/conf/Hadoop-env.sh and adding this line: Export HADOOP_C

RE: Hive installation

2012-10-24 Thread Artem Ervits
m] Sent: Friday, October 19, 2012 11:01 PM To: user@hive.apache.org Subject: Re: Hive installation This class is present in $HIVE_HOME/lib/hive-common-X.X.X.jar See if you have classpath set properly and this jar is in place. -- Ravi. ''We do not inherit the earth from our ancestors, we bor

Re: Hive installation

2012-10-20 Thread Artem Ervits
@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Date: Friday, October 19, 2012 11:14 PM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: Hive installation installing Hive

Re: Hive installation

2012-10-19 Thread 杰周
installing Hive on one node is OK! 2012/10/20 Artem Ervits > Hello all, > > ** ** > > I’m trying to install Hive on a four-node Hadoop cluster and am a bit > confused by the instructions in the wiki. Am I to c? Or is there a > distributed installation of Hive that I’m missing? > > ** *

Re: Hive installation

2012-10-19 Thread Ravindra
This class is present in $HIVE_HOME/lib/hive-common-X.X.X.jar See if you have classpath set properly and this jar is in place. -- Ravi. *''We do not inherit the earth from our ancestors, we borrow it from our children.'' PROTECT IT !* On Sat, Oct 20, 2012 at 2:52 AM, Artem Ervits wrote: > He

Re: Hive installation problem: java.lang.NoSuchFieldError: type

2011-12-22 Thread Jian Fang
Please also upgrade the thrift library. The thrift version Hive uses is lower than the one in Cassandra 1.0.X and will cause problem if I try to run hive --service hiveserver Thanks, John On Thu, Nov 10, 2011 at 2:07 PM, Ashutosh Chauhan wrote: > We are planning to upgrade antlr version which

Re: Hive installation problem: java.lang.NoSuchFieldError: type

2011-12-22 Thread Jian Fang
Thanks Nicolas. You are right. I looked at my hadoop classpath and found it included an antlr-3.2.jar jar in the Cassandra library (My hadoop cluster is integrated with a Cassandra cluster). Thanks, John 2011/11/10 Nicolas Lalevée > > Le 4 nov. 2011 à 17:19, Jian Fang a écrit : > > > Hi, > > >

Re: Hive installation problem: java.lang.NoSuchFieldError: type

2011-11-10 Thread Ashutosh Chauhan
We are planning to upgrade antlr version which should fix this issue. https://issues.apache.org/jira/browse/HIVE-2439 Ashutosh 2011/11/10 Nicolas Lalevée > > Le 4 nov. 2011 à 17:19, Jian Fang a écrit : > > > Hi, > > > > I installed hive 0.7.1 to work with Hadoop 0.20.2. I have set up > HADOOP_

Re: Hive installation problem: java.lang.NoSuchFieldError: type

2011-11-10 Thread Nicolas Lalevée
Le 4 nov. 2011 à 17:19, Jian Fang a écrit : > Hi, > > I installed hive 0.7.1 to work with Hadoop 0.20.2. I have set up HADOOP_HOME > and HIVE_HOME. I tried to use the Hive shell and got the following error: > > [hadoop@dnjsrcha01 hive]$ bin/hive > Hive history file=/tmp/hadoop/hive_job_log_had

RE: hive installation

2010-12-29 Thread Hiller, Dean (Contractor)
com] Sent: Wednesday, December 29, 2010 9:35 AM To: user@hive.apache.org Subject: Re: hive installation On Wed, Dec 29, 2010 at 11:20 AM, Hiller, Dean (Contractor) wrote: > I don't' understand.  I can run "hadoop" from anywhere.  ie. It's in my path > as in

Re: hive installation

2010-12-29 Thread Edward Capriolo
> > Thanks, > Dean > > -Original Message- > From: Edward Capriolo [mailto:edlinuxg...@gmail.com] > Sent: Wednesday, December 29, 2010 8:09 AM > To: user@hive.apache.org > Subject: Re: hive installation > > On Wed, Dec 29, 2010 at 8:45 AM, Hiller, Dean  (Contractor) &g

RE: hive installation

2010-12-29 Thread Hiller, Dean (Contractor)
ve.apache.org Subject: Re: hive installation On Wed, Dec 29, 2010 at 8:45 AM, Hiller, Dean (Contractor) wrote: > I ran into "Unable to determine Hadoop version information" > > > > Google found > > some post referring to some build/dist directory that I can only have if

Re: hive installation

2010-12-29 Thread Edward Capriolo
On Wed, Dec 29, 2010 at 8:45 AM, Hiller, Dean (Contractor) wrote: > I ran into “Unable to determine Hadoop version information” > > > > Google found > > some post referring to some build/dist directory that I can only have if I > checkout the source(I downloaded the binary instead).  Do I have to