Spring for Apache Hadoop

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.
 

Method Detail

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

Spring for Apache Hadoop