You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by David Patterson <pa...@gmail.com> on 2015/02/13 21:37:12 UTC

Stability of connection

I'm running a web service on one machine and using
zookeeper/hadoop/accumulo to get to a remote machine where my data resides.

How can I get notified if the connection drops?

Does it self-establish or do I need to do something special to reconnect?

I plan to keep the ZookeeperInstance and Connector as permanent,
established when my class first gets control, and just create a scanner to
retrieve the specific data I want. I'll destroy the scanner when I've
retrieved a collection of data.

Is that a reasonable way to approach this problem?

Thanks

Dave Patterson