Example usage for org.apache.hadoop.conf Configuration Configuration

List of usage examples for org.apache.hadoop.conf Configuration Configuration

Introduction

In this page you can find the example usage for org.apache.hadoop.conf Configuration Configuration.

Prototype

public Configuration() 

Source Link

Document

A new configuration.

Usage

From source file:ca.uwaterloo.iss4e.hadoop.pointperrow.HistogramMain.java

License:Open Source License

public static void main(String[] args) throws Exception {
    int ret = ToolRunner.run(new Configuration(), new HistogramMain(), args);
    System.exit(ret);/*from  w  w  w  .  j  a  v  a  2 s .c  om*/
}