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://
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
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
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
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.
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