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(Container container, List<String> commands)
          Launch container Container using given list of commands.
 

Method Detail

launchContainer

void launchContainer(Container container,
                     List<String> commands)
Launch container Container using given list of commands.

Parameters:
container - the Container
commands - the list of commands