@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface 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.| Modifier and Type | Optional Element and Description | 
|---|---|
| String | clusterNameValue defining a name used to set the
 cluster bean. | 
| String | configNameValue defining a name used to set
  Configurationbean based on mini cluster runtime config. | 
| String | idUnique id for the cluster. | 
| int | nodesNumber of nodes for the cluster. | 
public abstract String configName
Configuration
 bean based on mini cluster runtime config.
 Default is "hadoopConfiguration"public abstract String clusterName
public abstract String id
public abstract int nodes