7273747576777879
try { masterTransport.open(); } catch (TTransportException e) { throw new IOException(e.getMessage()); } masterClient = new Client(protocol); LOG.info("Connected to master at " + masterHostname + ":" + masterPort); }