Re: Hive on Standalone Machine

2012-05-01 Thread buddhika chamith
Yes. My requirement was to avoid using bin/hadoop. I still required the job to be run in a new JVM. However I think we can make it run without a fork with some changes. I will give it a try as well and see. Regards Buddhika On Tue, May 1, 2012 at 11:23 PM, Edward Capriolo wrote: > Ok your still

Re: Hive on Standalone Machine

2012-05-01 Thread Edward Capriolo
Ok your still building a command line it seems. I assumed you were working to launch hive without a fork. Pretty cool though. On Tue, May 1, 2012 at 1:08 PM, buddhika chamith wrote: > Hi Ed, > > On Thu, Apr 26, 2012 at 12:26 PM, buddhika chamith > wrote: >> >> >> >> On Thu, Apr 26, 2012 at 10:07

Re: Hive on Standalone Machine

2012-05-01 Thread buddhika chamith
Hi Ed, On Thu, Apr 26, 2012 at 12:26 PM, buddhika chamith wrote: > > > On Thu, Apr 26, 2012 at 10:07 AM, Edward Capriolo > wrote: > >> we have an open ticket to run jobs without bin/hadoop do you care to >> share that code? >> > > Sure I will provide a patch. > Sorry for the delay. Attached a p

Re: Hive on Standalone Machine

2012-04-25 Thread buddhika chamith
On Thu, Apr 26, 2012 at 10:07 AM, Edward Capriolo wrote: > we have an open ticket to run jobs without bin/hadoop do you care to > share that code? > Sure I will provide a patch. Regards Buddhika > > On Wed, Apr 25, 2012 at 11:56 PM, buddhika chamith > wrote: > > Hi, > > > > If you are talking

RE: Hive on Standalone Machine

2012-04-25 Thread Savant, Keshav
Thanks Ashish, that was helpful. Keshav From: Ashish Thusoo [mailto:athu...@qubole.com] Sent: Wednesday, April 25, 2012 6:37 PM To: user@hive.apache.org Subject: Re: Hive on Standalone Machine Hive needs the hadoop jars to talk to hadoop. The machine that it is installed on has to have those

Re: Hive on Standalone Machine

2012-04-25 Thread Edward Capriolo
we have an open ticket to run jobs without bin/hadoop do you care to share that code? On Wed, Apr 25, 2012 at 11:56 PM, buddhika chamith wrote: > Hi, > > If you are talking about running Hive in local mode without pointing to a > $HADOOP_HOME I don't think it would work even if you include hadoop

Re: Hive on Standalone Machine

2012-04-25 Thread buddhika chamith
Hi, If you are talking about running Hive in local mode without pointing to a $HADOOP_HOME I don't think it would work even if you include hadoop-core dependency in Hive classpath since in local mode Hive will use hadoop scripts present in $HADOOP_HOME/bin. I came across the same requirement rece

Re: Hive on Standalone Machine

2012-04-25 Thread Aniket Mokashi
Hive client also needs to be able to list paths on hadoop (checks if path exists etc while creating tables (external too)) I think we should fix this. On Wed, Apr 25, 2012 at 6:07 AM, Ashish Thusoo wrote: > Hive needs the hadoop jars to talk to hadoop. The machine that it is > installed on has t

Re: Hive on Standalone Machine

2012-04-25 Thread Ashish Thusoo
Hive needs the hadoop jars to talk to hadoop. The machine that it is installed on has to have those jars installed. However, it does not need to be a "part" of the hadoop cluster in the sense that it does not need to have a TaskTracker or DataNode running. The machine can operate purely as a client