Package org.apache.hadoop.mapred

Examples of org.apache.hadoop.mapred.MRVertexOutputCommitter$MRJobContextImpl


    // 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) {
View Full Code Here

TOP

Related Classes of org.apache.hadoop.mapred.MRVertexOutputCommitter$MRJobContextImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.