org.springframework.yarn.test
Class YarnTestSystemConstants

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

public class YarnTestSystemConstants
extends Object

Various constants throughout the Spring Yarn testing libraries.

Author:
Janne Valkealahti

Field Summary
static String DEFAULT_ID_CLUSTER
          Default id for mini yarn cluster.
static String DEFAULT_ID_MINIYARNCLUSTER
          Default bean id for mini yarn cluster.
static String DEFAULT_ID_MINIYARNCLUSTER_CONFIG
          Default bean id for mini yarn cluster configured configuration.
static String HDFS_TESTS_BASE_PATH
          Base hdfs path for tests.
static 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 String HDFS_TESTS_BASE_PATH
Base hdfs path for tests.

See Also:
Constant Field Values

DEFAULT_ID_MINIYARNCLUSTER

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

See Also:
Constant Field Values

DEFAULT_ID_MINIYARNCLUSTER_CONFIG

public static final 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 String DEFAULT_ID_CLUSTER
Default id for mini yarn cluster.

See Also:
Constant Field Values

PROFILE_ID_NOMINICLUSTER

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

See Also:
Constant Field Values
Constructor Detail

YarnTestSystemConstants

public YarnTestSystemConstants()