I have a *Coprocessor* which overrides *postPut* and I also want to call a
custom function in this Coprocessor from the hbase client. In hbase 0.94 I
would use "*public class MyCoprocessor extends BaseRegionObserver
implements MyCoprocessorProtocol*" but *CoprocessorProtocol *no longer
exists in hbase 1.2.5. I've done some goggling and found
*CoprocessorService* but I cant find any way to use *CoprocessorService *
with* BaseRegionObserver*

Regards,

Cheyenne O. Forbes

Reply via email to