Re: Using Hive with WebHCat

2013-12-30 Thread Eugene Koifman
Sorry, missed this mail earlier. The fact that these files are missing is OK. When you ask for status info via REST it tries to return a list of fields (each field like 'exitValue' is a file when using HDFStorage, which is the default) but it doesn't know which ones have never been written. For

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 2013 15:15:36,133 | org.apache.hcatalog.templeton.Se

Re: Using Hive with WebHCat

2013-12-21 Thread Jonathan Hodges
Hi Eugene, The few lines I included above are from webhcat.log DEBUG | 29 Nov 2013 15:15:36,133 | org.apache.hcatalog.templeton.Server | queued job job_201311281741_0020 in 13403 ms DEBUG | 29 Nov 2013 15:16:09,583 | org.apache.hcatalog.templeton.tool.HDFSStorage | Couldn't find /templeton-hadoop

Re: Using Hive with WebHCat

2013-12-18 Thread Eugene Koifman
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: > 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

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'. Sorry I wasn't clear above but the > direct

Re: Using Hive with WebHCat

2013-12-04 Thread Jonathan Hodges
Hi Thejas, Thanks for your reply. The 'templeton.storage.root' property is set to the default value, '/templeton-hadoop'. Sorry I wasn't clear above but the directory listing is the 'templeton.storage.root' directory on HDFS. hadoop fs -ls /templeton-hadoop/jobs/job_201311281741_0020 Found 3 it

Re: Using Hive with WebHCat

2013-12-03 Thread Thejas Nair
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 bundled with Hive 0.11.0. I am able to kick of > map reduce jobs with the REST API successfully. However

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