Put extends Mutation Can you try using Mutation.class ? BTW What HBase version are you using ?
Cheers On Mon, Mar 11, 2013 at 11:42 AM, Gaetan Deputier <[email protected]> wrote: > Hi Hbase, > > I have an issue using a mapper. I'd like to either emit a Put or a Delete > in the same map function. > I've specified Writable.class as the outputValueClass but i have a type > mismatch : expected Writable, received Put ( or Delete ). > > Is there a way to deal with this issue ? > > Sincerely, > > G. >
