Data locality for a custom input format

2011-11-12 Thread Tharindu Mathew
Hi hadoop devs, I'm implementing a custom input format and want to understand how to make use of data locality. AFAIU, only file input format makes use of data locality since the job tracker picks data locality based on the block location defined in the file input split. So, the job tracker

Re: Timer jobs

2011-09-01 Thread Tharindu Mathew
On Thu, Sep 1, 2011 at 7:58 PM, Per Steffensen st...@designware.dk wrote: Thanks for your response. See comments below. Regards, Per Steffensen Alejandro Abdelnur skrev: [moving common-user@ to BCC] Oozie is not HA yet. But it would be relatively easy to make it. It was designed with

Re: Timer jobs

2011-09-01 Thread Tharindu Mathew
In Hadoop, if the client that triggers the job fails, is there a way to recover and another client to submit the job? On Thu, Sep 1, 2011 at 8:44 PM, Per Steffensen st...@designware.dk wrote: Well I am not sure I get you right, but anyway, basically I want a timer framework that triggers my