Example usage for org.apache.hadoop.mapred HadoopTestCase CLUSTER_MR

List of usage examples for org.apache.hadoop.mapred HadoopTestCase CLUSTER_MR

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred HadoopTestCase CLUSTER_MR.

Prototype

int CLUSTER_MR

To view the source code for org.apache.hadoop.mapred HadoopTestCase CLUSTER_MR.

Click Source Link

Usage

From source file:com.alexholmes.hadooputils.test.HadoopTestCaseFixer.java

License:Apache License

/**
 * Constructor./*from ww  w  . j  a v a2  s .c  o m*/
 *
 * @throws IOException if something goes wrong
 */
public HadoopTestCaseFixer() throws IOException {
    super(HadoopTestCase.CLUSTER_MR, HadoopTestCase.DFS_FS, 1, 1);
}

From source file:org.apache.gora.mapreduce.DataStoreMapReduceTestBase.java

License:Apache License

public DataStoreMapReduceTestBase() throws IOException {
    this(HadoopTestCase.CLUSTER_MR, HadoopTestCase.DFS_FS, 2, 2);
}