Re: Using jdbc in embedded mode - Can't find warehouse directory [SOLVED]

2010-11-19 Thread Stuart Smith
; file(s) should have been your > class-path (core-site.xml in this case) . You are not > supposed to put > hadoop parameters into hive conf files. > > -Shrijeet > > > On Fri, Nov 19, 2010 at 4:57 PM, Stuart Smith > wrote: > > > > Hello, > > > >

Re: Using jdbc in embedded mode - Can't find warehouse directory [SOLVED]

2010-11-19 Thread Stuart Smith
iate within the callback method? (I would think having a class Connection member would not be thread safe?). I'd be happy to help update the wiki & come up with an example, if that would help.. Take care, -stu --- On Thu, 11/18/10, Stuart Smith wrote: > From: Stuart Smith > S

Using jdbc in embedded mode - Can't find warehouse directory

2010-11-18 Thread Stuart Smith
Hello, I'm trying to connect to hive using the JDBC driver in embedded mode. I can load the driver successfully & connect to it via: hiveConnection = DriverManager.getConnection( "jdbc:hive://", "", "" ) But when I query a table that I know exists - I can query it via a hive command line ru

Re: Hive Getting Started Wiki assumes $CLASSPATH at end of HADOOP_CLASSPATH

2010-11-09 Thread Stuart Smith
arted Wiki assumes $CLASSPATH at end of HADOOP_CLASSPATH To: user@hive.apache.org Date: Tuesday, November 9, 2010, 3:30 AM Maybe you can try to run "export HIVE_AUX_JARS_PATH=jar paths" before starting hive. Yongqiang On Mon, Nov 8, 2010 at 10:03 PM, Stuart Smith wrote: Hello Ted,  

Re: Hive Getting Started Wiki assumes $CLASSPATH at end of HADOOP_CLASSPATH

2010-11-08 Thread Stuart Smith
2010, 12:45 AM Please see Edward's reply to 'Exception in hive startup' on Oct 13th. Try running with /bin/hive On Mon, Nov 8, 2010 at 7:02 PM, Stuart Smith wrote: Hello,   I'm just starting with hive, and I ran into a newbie problem that didn't have a solution

Hive Getting Started Wiki assumes $CLASSPATH at end of HADOOP_CLASSPATH

2010-11-08 Thread Stuart Smith
Hello, I'm just starting with hive, and I ran into a newbie problem that didn't have a solution via google. So I thought I'd record the solution for posterity (and other hapless newbies) :) I've been using hadoop/hbase for a while, and have configured hadoop-env.sh a bit here and there (to