"Tachyon was not formatted! The journal folder is " + journalFolder);
mJournal = new Journal(journalFolder, "image.data", "log.data");
mMasterInfo = new MasterInfo(mMasterAddress, mJournal);
if (mZookeeperMode) {
CommonConf conf = CommonConf.get();
// InetSocketAddress.toString causes test issues, so build the string by hand
String name = NetworkUtils.getFqdnHost(mMasterAddress) + ":" + mMasterAddress.getPort();
mLeaderSelectorClient =
new LeaderSelectorClient(conf.ZOOKEEPER_ADDRESS, conf.ZOOKEEPER_ELECTION_PATH,
conf.ZOOKEEPER_LEADER_PATH, name);