4243444546474849505152
} try { HamaConfiguration conf = new HamaConfiguration(getConf()); BSPMaster master = BSPMaster.startMaster(conf); master.offerService(); } catch (Throwable e) { LOG.fatal(StringUtils.stringifyException(e)); return -1; } return 0;