+ vertex.getVertexId());
try {
getDagUGI().doAs(new PrivilegedExceptionAction<Void>() {
@Override
public Void run() throws Exception {
committer.abortOutput(VertexStatus.State.FAILED);
return null;
}
});
} catch (Exception e) {
LOG.info("Exception in aborting output: " + entry.getKey()