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]> 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 >
