Easy question Accumulators: Is there an easy way to grab the version of a running Accumulo instance programmatically from Java code in a class that connects to the instance?
Something like:
Instance instance = new
ZooKeeperInstance("instanceName","zookeeper_address");
String version = instance.getInstanceVersion();
Thanks, Dylan
--
www.cs.stevens.edu/~dhutchis
