Spring for Apache Hadoop

org.springframework.yarn.container
Interface YarnContainerRuntime

All Known Implementing Classes:
AbstractBatchYarnContainer, AbstractIntegrationYarnContainer, AbstractYarnContainer, DefaultBatchYarnContainer, DefaultYarnContainer

public interface YarnContainerRuntime

A generic runtime representation of a container.

Author:
Janne Valkealahti

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getEnvironment()
          Gets the environment.
 java.util.Properties getParameters()
          Gets the parameters.
 

Method Detail

getEnvironment

java.util.Map<java.lang.String,java.lang.String> getEnvironment()
Gets the environment.

Returns:
the environment

getParameters

java.util.Properties getParameters()
Gets the parameters.

Returns:
the parameters

Spring for Apache Hadoop