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

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

Introduction

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

Prototype

int DFS_FS

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

Click Source Link

Usage

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

License:Apache License

/**
 * Constructor.//from  ww  w.j a v a 2  s  . co  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);
}