"Hama: (Master Port: " + conf.get("bsp.groom.rpc.port") + ","
+ " WebUI port: " + conf.get("bsp.http.groomserver.port")
+ ")").build();
String master = conf.get("hama.mesos.master", "local");
driver = new MesosSchedulerDriver(this, frameworkInfo, master);
driver.start();
} catch (Exception e) {
// If the MesosScheduler can't be loaded, the JobTracker won't be useful
// at all, so crash it now so that the user notices.
LOG.fatal("Failed to start MesosScheduler", e);