Hello,

On Thu, Feb 24, 2011 at 1:25 AM, Shuja Rehman <shujamug...@gmail.com> wrote:
> Hi
> I want to configure a map only job where i need to read from hbase table 1
> and do some processing in mapper and then save to some other hbase table
> and i do not need reducer for it. i have configure the job in this way.

When you don't require the use of an OutputFormat, use the
NullOutputFormat as your OutputFormat. It will not check for existence
of output directories, etc.

P.s. There's also a HBaseOutputFormat of sorts, maybe you could check
that out instead as well.

-- 
Harsh J
www.harshj.com

Reply via email to