this.monitor = monitor;
}
@Override
public void init() throws AnalysisException {
httpServer = new NHttpServer();
httpServer.setConfig(config);
jobManager.setMasterNode(this);
jobManager.setConfig(config);
masterConnector.setMasterNode(this);
masterConnector.setConfig(config);