Re: WebHCat MapReduce Job Syntax

2013-12-30 Thread Jonathan Hodges
> It looks like in 0.11 it writes to stderr (limited logging anyway). > > Perhaps you can try adding '*statusdir*' param to your REST call and see > if anything useful is written to that directory. > > > On Mon, Dec 30, 2013 at 2:22 PM, Jonathan Hodges wrote: > &

Re: WebHCat MapReduce Job Syntax

2013-12-30 Thread Jonathan Hodges
t's DEBUG level log4j output in hive 0.12). > It should print the command that TempletonControllerJob's launcher task > (LaunchMapper) is trying to launch > > > On Mon, Dec 30, 2013 at 12:55 PM, Jonathan Hodges wrote: > >> I didn't try that before, but I just did.

Re: WebHCat MapReduce Job Syntax

2013-12-30 Thread Jonathan Hodges
0, 2013 at 12:35 PM, Eugene Koifman wrote: > have you tried adding > -d arg=-P > before > -d arg=/tmp/properites > > > > On Mon, Dec 30, 2013 at 11:14 AM, Jonathan Hodges wrote: > >> Sorry accidentally hit send before adding the lines from webhcat.log

Re: WebHCat MapReduce Job Syntax

2013-12-30 Thread Jonathan Hodges
not exist: /templeton-hadoop/jobs/job_201312212124_0161/callback Any ideas? On Mon, Dec 30, 2013 at 12:13 PM, Jonathan Hodges wrote: > Hi, > > I am trying to kick off a mapreduce job via WebHCat. The following is the > hadoop jar command. > > hadoop jar > /home/hadoop/camus-non

WebHCat MapReduce Job Syntax

2013-12-30 Thread Jonathan Hodges
Hi, I am trying to kick off a mapreduce job via WebHCat. The following is the hadoop jar command. hadoop jar /home/hadoop/camus-non-avro-consumer-1.0-SNAPSHOT-jar-with-dependencies.jar com.linkedin.camus.etl.kafka.CamusJob -P /home/hadoop/camus_non_avro.properties As you can see there is an app

Re: Using Hive with WebHCat

2013-12-21 Thread Jonathan Hodges
Sorry forgot to mention the job tracker UI shows a TempletonControllerJob completing successfully. On Sat, Dec 21, 2013 at 9:37 AM, Jonathan Hodges wrote: > Hi Eugene, > > The few lines I included above are from webhcat.log > > DEBUG | 29 Nov 20

Re: Using Hive with WebHCat

2013-12-21 Thread Jonathan Hodges
so, how do I ensure they are created? Thanks in advance for the assistance. -Jonathan On Wed, Dec 18, 2013 at 5:15 PM, Eugene Koifman wrote: > It may be worth looking in webhcat.log and using job tracker UI > > > On Mon, Dec 2, 2013 at 6:21 AM, Jonathan Hodges wrote: > >> H

Re: Using Hive with WebHCat

2013-12-10 Thread Jonathan Hodges
Would it be advisable to try 0.12, maybe this issue is resolved? On Wed, Dec 4, 2013 at 6:17 PM, Jonathan Hodges wrote: > Hi Thejas, > > Thanks for your reply. The 'templeton.storage.root' property is set to > the default value, '/templeton-hadoop'. So

Re: Using Hive with WebHCat

2013-12-04 Thread Jonathan Hodges
Tue, Dec 3, 2013 at 6:23 PM, Thejas Nair wrote: > Can you try setting "templeton.storage.root" in webhcat-site.xml to a > directory that exists ? > > > On Mon, Dec 2, 2013 at 6:21 AM, Jonathan Hodges wrote: > > Hi, > > > > I have setup WebHCat that is bundl

Re: Using Hive with WebHCat

2013-12-02 Thread Jonathan Hodges
Hi, I have setup WebHCat that is bundled with Hive 0.11.0. I am able to kick of map reduce jobs with the REST API successfully. However I am having some issues with Hive commands over REST. The following is my $TEMPLETON_HOME/webhcat-site.xml. templeton.pig.archive s3n://pearso

Using Hive with WebHCat

2013-11-29 Thread Jonathan Hodges
Hi, I have setup WebHCat that is bundled with Hive 0.11.0. I am able to kick of map reduce jobs with the REST API successfully. However I am having some issues with Hive commands over REST. The following is my $TEMPLETON_HOME/webhcat-site.xml. templeton.pig.archive s3n://pearso