Spring for Apache Hadoop

Package org.springframework.yarn.container

Interface Summary
LongRunningYarnContainer Extension of YarnContainer indicating that container is intended to be a long running operation.
YarnContainer A simple interface for container implementations which should work together with rest of the framework when something in a container should be executed.
 

Class Summary
AbstractYarnContainer Base implementation of YarnContainer providing some common functionality like environment properties, command line parameters and handling of the AbstractYarnContainer.run().
CommandLineContainerRunner A simple container runner executing a bean named "yarnContainer".
YarnContainerFactoryBean Simple factory bean for YarnContainers.
 


Spring for Apache Hadoop