Spring for Apache Hadoop

org.springframework.yarn.test
Class YarnTestSystemConstants

java.lang.Object
  extended by org.springframework.yarn.test.YarnTestSystemConstants

public class YarnTestSystemConstants
extends java.lang.Object

Various constants throughout the Spring Yarn testing libraries.

Author:
Janne Valkealahti

Field Summary
static java.lang.String DEFAULT_ID_CLUSTER
          Default id for mini yarn cluster.
static java.lang.String DEFAULT_ID_MINIYARNCLUSTER
          Default bean id for mini yarn cluster.
static java.lang.String DEFAULT_ID_MINIYARNCLUSTER_CONFIG
          Default bean id for mini yarn cluster configured configuration.
static java.lang.String HDFS_TESTS_BASE_PATH
          Base hdfs path for tests.
static java.lang.String PROFILE_ID_NOMINICLUSTER
          Default id for no minicluster profile.
 
Constructor Summary
YarnTestSystemConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HDFS_TESTS_BASE_PATH

public static final java.lang.String HDFS_TESTS_BASE_PATH
Base hdfs path for tests.

See Also:
Constant Field Values

DEFAULT_ID_MINIYARNCLUSTER

public static final java.lang.String DEFAULT_ID_MINIYARNCLUSTER
Default bean id for mini yarn cluster.

See Also:
Constant Field Values

DEFAULT_ID_MINIYARNCLUSTER_CONFIG

public static final java.lang.String DEFAULT_ID_MINIYARNCLUSTER_CONFIG
Default bean id for mini yarn cluster configured configuration.

See Also:
Constant Field Values

DEFAULT_ID_CLUSTER

public static final java.lang.String DEFAULT_ID_CLUSTER
Default id for mini yarn cluster.

See Also:
Constant Field Values

PROFILE_ID_NOMINICLUSTER

public static final java.lang.String PROFILE_ID_NOMINICLUSTER
Default id for no minicluster profile.

See Also:
Constant Field Values
Constructor Detail

YarnTestSystemConstants

public YarnTestSystemConstants()

Spring for Apache Hadoop