List of usage examples for org.apache.hadoop.conf Configuration Configuration
public Configuration()
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*/ }