} catch (InterruptedException e) {
throw new IOException("Unexpected interrupt when starting ZooKeeper", e);
}
}
ReportManager.get().add(new FlumeVMInfo(this.uniqueMasterName + "."));
ReportManager.get().add(new SystemInfo(this.uniqueMasterName + "."));
if (doHttp) {
String webPath = FlumeNode.getWebPath(cfg);
this.http = new StatusHttpServer("flumeconfig", webPath, "0.0.0.0", cfg
.getMasterHttpPort(), false);