There is https://issues.apache.org/jira/browse/ACCUMULO-1826 which you could
follow and help get into 1.7.0 :)
Mike Drob wrote:
Unfortunately, I don't think we have a way to do this. Are you trying
to check for the existence of a particular feature, or what is your goal?
On Thu, Oct 23, 2014 at 6:44 PM, Dylan Hutchison <[email protected]
<mailto:[email protected]>> wrote:
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 <http://www.cs.stevens.edu/~dhutchis>