org.apache.hadoop.mapreduce.v2.app.launcher
Interface ContainerLauncher

All Superinterfaces:
org.apache.hadoop.yarn.event.EventHandler<ContainerLauncherEvent>
All Known Implementing Classes:
ContainerLauncherImpl, LocalContainerLauncher

public interface ContainerLauncher
extends org.apache.hadoop.yarn.event.EventHandler<ContainerLauncherEvent>


Nested Class Summary
static class ContainerLauncher.EventType
           
 
Field Summary
static int DEFAULT_NM_COMMAND_TIMEOUT
          Maximum of 1 minute timeout for a Node to react to the command
static String MR_AM_NM_COMMAND_TIMEOUT
           
 
Method Summary
 
Methods inherited from interface org.apache.hadoop.yarn.event.EventHandler
handle
 

Field Detail

MR_AM_NM_COMMAND_TIMEOUT

static final String MR_AM_NM_COMMAND_TIMEOUT
See Also:
Constant Field Values

DEFAULT_NM_COMMAND_TIMEOUT

static final int DEFAULT_NM_COMMAND_TIMEOUT
Maximum of 1 minute timeout for a Node to react to the command

See Also:
Constant Field Values


Copyright © 2012 Apache Software Foundation. All Rights Reserved.