Re: Load local data

2009-01-25 Thread Josh Ferguson
Applied and rebuilt, seems to work fine. Josh F. On Jan 25, 2009, at 9:15 PM, Prasad Chakka wrote: There is bug in the code. Please apply the patch for Hive-248. From: Josh Ferguson Reply-To: Date: Sun, 25 Jan 2009 21:12:15 -0800 To: Subject: Load local data I'm using hive trunk and the

Re: Load local data

2009-01-25 Thread Josh Ferguson
Any word on when this is going into trunk? Josh F. On Jan 25, 2009, at 9:15 PM, Prasad Chakka wrote: There is bug in the code. Please apply the patch for Hive-248. From: Josh Ferguson Reply-To: Date: Sun, 25 Jan 2009 21:12:15 -0800 To: Subject: Load local data I'm using hive trunk and th

Re: Load local data

2009-01-25 Thread Prasad Chakka
There is bug in the code. Please apply the patch for Hive-248. From: Josh Ferguson Reply-To: Date: Sun, 25 Jan 2009 21:12:15 -0800 To: Subject: Load local data I'm using hive trunk and the following breaks: hive -e "LOAD DATA LOCAL INPATH '/Users/Josh/tempora

Load local data

2009-01-25 Thread Josh Ferguson
I'm using hive trunk and the following breaks: hive -e "LOAD DATA LOCAL INPATH '/Users/Josh/temporary/77013aaa- fa64-441e-a839-3eded367adb7.tab.bz2' INTO TABLE activities PARTITION ( account='test', application='test', dataset='test', hour=342440 );" FAILED: Error in semantic analysis: line

Re: Hive w/o hadoop installation

2009-01-25 Thread Josh Ferguson
I'm just packaging up hadoop and hive both, if you get rid of all the docs dirs out of hadoop it's actually smaller than hive..:) Josh F. On Jan 25, 2009, at 12:20 PM, Joydeep Sen Sarma wrote: I would say package everything up in hadoop/lib to be sure. (Even the jetty stuff is now required

RE: Hive w/o hadoop installation

2009-01-25 Thread Joydeep Sen Sarma
I would say package everything up in hadoop/lib to be sure. (Even the jetty stuff is now required by the hive web server I think) From: Prasad Chakka [mailto:pra...@facebook.com] Sent: Sunday, January 25, 2009 10:08 AM To: hive-user@hadoop.apache.org Subject: Re:

Re: Hive w/o hadoop installation

2009-01-25 Thread Prasad Chakka
I am not sure what other jars hadoop-*core.jar requires. You could try it out and keep adding corresponding jars when you see NoClassFoundException that hadoop will throw out. From: Josh Ferguson Reply-To: Date: Sun, 25 Jan 2009 00:14:26 -0800 To: Subject: Re

Re: Hive w/o hadoop installation

2009-01-25 Thread Josh Ferguson
Just hadoop-*-core.jar? I'm trying to figure out if I can just package up everything hive needs into a single package. Josh Ferguson On Jan 24, 2009, at 10:01 PM, Prasad Chakka wrote: Hive client is invoked through hadoop client code so hadoop jar is needed Prasad from mobile so the bre