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

Examples of org.apache.tez.dag.app.rm.AMSchedulerEventTALaunchRequest


        LOG.debug("Asking for container launch with taskAttemptContext: "
            + remoteTaskSpec);
      }
      // Send out a launch request to the scheduler.

      AMSchedulerEventTALaunchRequest launchRequestEvent = new AMSchedulerEventTALaunchRequest(
          ta.attemptId, ta.taskResource, remoteTaskSpec, ta, requestHosts,
          requestRacks, scheduleEvent.getPriority(), ta.containerContext);
      ta.sendEvent(launchRequestEvent);
    }
View Full Code Here

TOP

Related Classes of org.apache.tez.dag.app.rm.AMSchedulerEventTALaunchRequest

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.