Spring for Apache Hadoop

Package org.springframework.data.hadoop.test.context

Interface Summary
HadoopCluster Interface for Hadoop miniclusters.
 

Class Summary
HadoopClusterInjectingAnnotationConfigContextLoader Extending generic annotation based context loader able to manage and inject Hadoop mini clusters.
HadoopClusterInjectingXmlContextLoader Extending generic xml based context loader able to manage and inject Hadoop mini clusters.
HadoopDelegatingSmartContextLoader HadoopDelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a HadoopClusterInjectingXmlContextLoader and an HadoopClusterInjectingAnnotationConfigContextLoader.
 

Annotation Types Summary
MiniHadoopCluster MiniHadoopCluster defines class-level metadata that is used to determine how to load and configure a mini cluster and inject it into ApplicationContext for test classes.
 


Spring for Apache Hadoop