|
|
-
Writable as a OutValue of a mapperGaetan Deputier 2013-03-11, 18:42
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. |