Connection conn = new Connection(address, cluster.getConnectionTimeout());
try {
if (cluster.user != null) {
AdminCommand command = new AdminCommand();
command.authenticate(conn, cluster.user, cluster.password);
}
HashMap<String,String> map = Info.request(conn, "node", "build");
String nodeName = map.get("node");
if (nodeName != null) {