Re: Problem running hive from eclipse

2013-02-21 Thread Amir Sanjar
doop.apache.org, Date: 02/21/2013 07:04 AM Subject:Problem running hive from eclipse Hi, I'm trying to launch junit test from eclipse, it fails with ClassNotFoundException. I did 'ant clean package eclipse-files' and imported the project into eclipse, as specified in https://

Re: Problem running hive from eclipse

2013-02-21 Thread Brock Noland
Hi, I don't know if this will help but I do a clean package separately and before running eclipse-files. This has always worked, but with a few quirks. -- Brock Noland Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, February 21, 2013 at 7:01 AM, amareshwari sriramdasu wr

running Hive from Eclipse fails

2012-05-03 Thread Mahsa Mofidpoor
Hi, When I try to run Hive by HiveCli.Launch I get this error: The archive: /hive-trunk/build/hadoopcore/hadoop-0.20.2/conf which is referenced by the classpath, does not exist. What should I do? Moreover, do I have to start hadoop manually before starting Hive? Thank you for your reply. Mahsa

Re: Running Hive from Eclipse

2011-08-11 Thread Carl Steinbach
Hi John, Can you please include the error messages/exceptions that you're encountering? Thanks. Carl On Thu, Aug 11, 2011 at 1:40 PM, john smith wrote: > Hi folks, > > I am trying to run Hive from eclipse. I've set it up correctly and it is > building the jars and stuff. However I face execep

Running Hive from Eclipse

2011-08-11 Thread john smith
Hi folks, I am trying to run Hive from eclipse. I've set it up correctly and it is building the jars and stuff. However I face execeptions when I try to run hive queries like "show tables" etc. There has been a discussion on this in the mailing list previously but there was no solution provided.

Re: Running Hive from eclipse[SOLVED]

2011-02-10 Thread bharath vissapragada
Hi, Running CliDriver.java worked as its doing the necessary initializations . Thanks On Thu, Feb 10, 2011 at 5:32 PM, bharath vissapragada wrote: > Hi all, > > I loaded Hive source as a java project in eclipse using the ant build. > I modified source and I am trying to fire Hive queries my ad