Created 06-29-2016 02:16 PM
How can you test to see if the processor is working?
Is there a way to test from the shell?
Created 06-29-2016 02:17 PM
You can add debug logs in your coprocessor.
Enable DEBUG logging on region servers and check the logs after action is performed in shell.
Created 06-29-2016 02:16 PM
Can you describe the function of the coprocessor ?
It should be possible to use shell and observe the side effect your coprocessor makes.
Created 06-29-2016 02:17 PM
You can add debug logs in your coprocessor.
Enable DEBUG logging on region servers and check the logs after action is performed in shell.
Created 06-29-2016 02:29 PM
I am just trying on the Sum processor example that's out there for now
Created 06-29-2016 02:30 PM
Here is a good example of observer coprocessor with testing code. Don't know if we have anything to test through hbase shell.
Created 06-29-2016 06:08 PM
it's the example on for Sum