Spring for Apache Hadoop

org.springframework.yarn.container
Class SimpleContainerRunner

java.lang.Object
  extended by org.springframework.yarn.container.SimpleContainerRunner
All Implemented Interfaces:
ContainerRunner

public class SimpleContainerRunner
extends java.lang.Object
implements ContainerRunner

Default implementation of ContainerRunner.

Author:
Janne Valkealahti

Constructor Summary
SimpleContainerRunner()
          Instantiates a new simple container runner.
 
Method Summary
 void run(YarnContainer container)
          Run YarnContainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContainerRunner

public SimpleContainerRunner()
Instantiates a new simple container runner.

Method Detail

run

public void run(YarnContainer container)
Description copied from interface: ContainerRunner
Run YarnContainer.

Specified by:
run in interface ContainerRunner
Parameters:
container - the Yarn container

Spring for Apache Hadoop