Spring for Apache Hadoop

org.springframework.data.hadoop.test
Class HadoopTestSystemConstants

java.lang.Object
  extended by org.springframework.data.hadoop.test.HadoopTestSystemConstants

public class HadoopTestSystemConstants
extends java.lang.Object

Various constants throughout the Spring Hadoop testing libraries.

Author:
Janne Valkealahti

Field Summary
static java.lang.String DEFAULT_ID_CLUSTER
          Default id for mini hadoop cluster.
static java.lang.String DEFAULT_ID_MINIHADOOPCLUSTER
          Default bean id for mini hadoop cluster.
static java.lang.String DEFAULT_ID_MINIHADOOPCLUSTER_CONFIG
          Default bean id for mini hadoop cluster configured configuration.
static java.lang.String HDFS_TESTS_BASE_PATH
          Base hdfs path for tests.
 
Constructor Summary
HadoopTestSystemConstants()
           
 
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_MINIHADOOPCLUSTER

public static final java.lang.String DEFAULT_ID_MINIHADOOPCLUSTER
Default bean id for mini hadoop cluster.

See Also:
Constant Field Values

DEFAULT_ID_MINIHADOOPCLUSTER_CONFIG

public static final java.lang.String DEFAULT_ID_MINIHADOOPCLUSTER_CONFIG
Default bean id for mini hadoop cluster configured configuration.

See Also:
Constant Field Values

DEFAULT_ID_CLUSTER

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

See Also:
Constant Field Values
Constructor Detail

HadoopTestSystemConstants

public HadoopTestSystemConstants()

Spring for Apache Hadoop