Spring for Apache Hadoop

org.springframework.yarn.batch.container
Class DefaultBatchYarnContainer

java.lang.Object
  extended by org.springframework.yarn.container.AbstractYarnContainer
      extended by org.springframework.yarn.integration.container.AbstractIntegrationYarnContainer
          extended by org.springframework.yarn.batch.container.AbstractBatchYarnContainer
              extended by org.springframework.yarn.batch.container.DefaultBatchYarnContainer
All Implemented Interfaces:
LongRunningYarnContainer, YarnContainer, YarnContainerRuntime

public class DefaultBatchYarnContainer
extends AbstractBatchYarnContainer

Default implementation of AbstractBatchYarnContainer to handle Spring Batch remote steps.

Author:
Janne Valkealahti

Constructor Summary
DefaultBatchYarnContainer()
           
 
Method Summary
protected  void runInternal()
          Internal method to handle the actual AbstractYarnContainer.run() method.
 void setAppmasterServiceClient(AppmasterServiceClient appmasterServiceClient)
           
 
Methods inherited from class org.springframework.yarn.batch.container.AbstractBatchYarnContainer
getJobExplorer, getStepLocator, setJobExplorer, setStepLocator
 
Methods inherited from class org.springframework.yarn.integration.container.AbstractIntegrationYarnContainer
getIntegrationServiceClient, setIntegrationServiceClient
 
Methods inherited from class org.springframework.yarn.container.AbstractYarnContainer
addContainerStateListener, getConfiguration, getEnvironment, getEnvironment, getParameters, isWaitCompleteState, notifyCompleted, notifyCompleted, notifyContainerState, run, setConfiguration, setEnvironment, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBatchYarnContainer

public DefaultBatchYarnContainer()
Method Detail

setAppmasterServiceClient

@Autowired(required=false)
public void setAppmasterServiceClient(AppmasterServiceClient appmasterServiceClient)

runInternal

protected void runInternal()
Description copied from class: AbstractYarnContainer
Internal method to handle the actual AbstractYarnContainer.run() method.

Specified by:
runInternal in class AbstractYarnContainer

Spring for Apache Hadoop