128129130131132133134135136137138
if (newVersionPath != null) { store.succeedVersion(newVersionPath); CascadingUtils.markSuccessfulOutputDir(new Path(newVersionPath), conf); newVersionPath = null; store.cleanup(getVersionsToKeep()); } return true; }
142143144145146147148149150151152
134135136137138139140141142143144