147148149150151152153154155156
public Utf8 getHBaseVersion() throws AIOError { try { return new Utf8(admin.getClusterStatus().getHBaseVersion()); } catch (IOException e) { AIOError ioe = new AIOError(); ioe.message = new Utf8(e.getMessage()); throw ioe; } }