List of usage examples for org.apache.hadoop.conf Configuration main
public static void main(String[] args) throws Exception
From source file:org.janusgraph.hadoop.compat.h2.ImmutableConfiguration.java
License:Apache License
public static void main(String[] args) throws Exception { Configuration.main(args); }