Package org.apache.tez.dag.app.dag

Examples of org.apache.tez.dag.app.dag.RootInputInitializerManager


  @VisibleForTesting
  protected RootInputInitializerManager createRootInputInitializerManager(
      String dagName, String vertexName, TezVertexID vertexID,
      EventHandler eventHandler, int numTasks, int numNodes,
      Resource vertexTaskResource, Resource totalResource) {
    return new RootInputInitializerManager(this, appContext, this.dagUgi);
  }
View Full Code Here

TOP

Related Classes of org.apache.tez.dag.app.dag.RootInputInitializerManager

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.