Hi list,

In current trunk, TableReducer is defined like this:

....
public abstract class TableReducer<KEYIN, VALUEIN>
extends Reducer<KEYIN, VALUEIN, ImmutableBytesWritable, Put>
....

As VALUEOUT is a Put, I guess one can not delete columns (like we could
do with BatchUpdate) using collect(). I can still create Delete-s in #reduce
and
do a table.delete but that seems unintuitive to me. Am I missing something
here
or is this the intended behavior?

Regards,
Doğacan Güney

Reply via email to