public class ContainersLauncher extends org.apache.hadoop.yarn.service.AbstractService implements org.apache.hadoop.yarn.event.EventHandler<ContainersLauncherEvent>
ResourceLocalizationService is started as it depends on creation
of system directories on the local file-system.| Constructor and Description |
|---|
ContainersLauncher(Context context,
org.apache.hadoop.yarn.event.Dispatcher dispatcher,
ContainerExecutor exec,
LocalDirsHandlerService dirsHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ContainersLauncherEvent event) |
void |
init(org.apache.hadoop.conf.Configuration conf) |
void |
stop() |
public ContainersLauncher(Context context, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, LocalDirsHandlerService dirsHandler)
public void init(org.apache.hadoop.conf.Configuration conf)
init in interface org.apache.hadoop.yarn.service.Serviceinit in class org.apache.hadoop.yarn.service.AbstractServicepublic void stop()
stop in interface org.apache.hadoop.yarn.service.Servicestop in class org.apache.hadoop.yarn.service.AbstractServicepublic void handle(ContainersLauncherEvent event)
handle in interface org.apache.hadoop.yarn.event.EventHandler<ContainersLauncherEvent>Copyright © 2014 Apache Software Foundation. All Rights Reserved.