org.springframework.yarn.am.container
Interface ContainerLauncher
- All Known Implementing Classes:
- DefaultContainerLauncher
public interface ContainerLauncher
General interface for container launcher.
- Author:
- Janne Valkealahti
Method Summary |
void |
launchContainer(org.apache.hadoop.yarn.api.records.Container container,
java.util.List<java.lang.String> commands)
Launch container Container using given list
of commands. |
launchContainer
void launchContainer(org.apache.hadoop.yarn.api.records.Container container,
java.util.List<java.lang.String> commands)
- Launch container
Container
using given list
of commands.
- Parameters:
container
- the Container
commands
- the list of commands