}
protected String marshal(Cluster cluster, COORDINATORAPP coord, Path outPath,
String name) throws FalconException {
name = (StringUtils.isEmpty(name) ? "coordinator" : name) + ".xml";
marshal(cluster, new ObjectFactory().createCoordinatorApp(coord),
OozieUtils.COORD_JAXB_CONTEXT, new Path(outPath, name));
return name;
}