// Answer: Do commit for every vertex
// for now, only for leaf vertices
// TODO TEZ-41 make commmitter type configurable per vertex
if (!this.additionalOutputSpecs.isEmpty()) {
committer = new MRVertexOutputCommitter();
}
try {
committer.init(vertexContext);
committer.setupVertex();
} catch (IOException e) {