114115116117118119120121122123124
fileprops.setProperty(prop, props.getProperty(prop)); } props = fileprops; MasterClient client = MasterClient.getMasterClient(); client.init(); client.setupSlaves(); client.execute(); client.shutdownSlaves(); }