this.workerServer = RPC.getServer(this, rpcAddr, rpcPort, conf);
this.workerServer.start();
this.rpcServer = rpcAddr + ":" + rpcPort;
}
server = new HttpServer("groomserver", rpcAddr, conf.getInt(
"bsp.http.groomserver.port", Constants.DEFAULT_GROOM_INFO_SERVER),
true, conf);
FileSystem local = FileSystem.getLocal(conf);
server.setAttribute("groom.server", this);