| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
NodeManager.NMContext.getContainers() |
ConcurrentMap<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
Context.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultContainerExecutor.launchContainer(Container container,
org.apache.hadoop.fs.Path nmPrivateContainerScriptPath,
org.apache.hadoop.fs.Path nmPrivateTokensPath,
String userName,
String appId,
org.apache.hadoop.fs.Path containerWorkDir,
List<String> localDirs,
List<String> logDirs) |
int |
LinuxContainerExecutor.launchContainer(Container container,
org.apache.hadoop.fs.Path nmPrivateCotainerScriptPath,
org.apache.hadoop.fs.Path nmPrivateTokensPath,
String user,
String appId,
org.apache.hadoop.fs.Path containerWorkDir,
List<String> localDirs,
List<String> logDirs) |
abstract int |
ContainerExecutor.launchContainer(Container container,
org.apache.hadoop.fs.Path nmPrivateContainerScriptPath,
org.apache.hadoop.fs.Path nmPrivateTokensPath,
String user,
String appId,
org.apache.hadoop.fs.Path containerWorkDir,
List<String> localDirs,
List<String> logDirs)
Launch the container on the node.
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
ApplicationImpl.getContainers() |
Map<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
Application.getContainers() |
| Constructor and Description |
|---|
ApplicationContainerInitEvent(Container container) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerImpl |
| Modifier and Type | Method and Description |
|---|---|
Container |
ContainersLauncherEvent.getContainer() |
| Constructor and Description |
|---|
ContainerLaunch(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.yarn.event.Dispatcher dispatcher,
ContainerExecutor exec,
Application app,
Container container,
LocalDirsHandlerService dirsHandler) |
ContainersLauncherEvent(Container container,
ContainersLauncherEventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
Container |
ContainerLocalizationEvent.getContainer() |
| Constructor and Description |
|---|
ContainerLocalizationCleanupEvent(Container c,
Map<org.apache.hadoop.yarn.api.records.LocalResourceVisibility,Collection<LocalResourceRequest>> rsrc)
Event requesting the cleanup of the rsrc.
|
ContainerLocalizationEvent(LocalizationEventType event,
Container c) |
ContainerLocalizationRequestEvent(Container c,
Map<org.apache.hadoop.yarn.api.records.LocalResourceVisibility,Collection<LocalResourceRequest>> rsrc)
Event requesting the localization of the rsrc.
|
| Constructor and Description |
|---|
ContainerInfo(Context nmContext,
Container container) |
ContainerInfo(Context nmContext,
Container container,
String requestUri,
String pathPrefix) |
Copyright © 2013 Apache Software Foundation. All Rights Reserved.