Hello HBase users,

I would like to store some shared state on every coprocessor invocation 
(throwing away the values when the coprocessor is finished running).  Is there 
a way to grab a handle of the regionserver's zookeeper session through a 
endpoint based coprocessor to rely on the said state?  I just want to store 2 
atomic long values used by the coprocessors to tell them to finish running.

-Thanks
Aaron Tokhy

Reply via email to