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

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

Introduction

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

Prototype

public static void main(String[] args) throws Exception 

Source Link

Document

For debugging.

Usage

From source file:org.janusgraph.hadoop.compat.h2.ImmutableConfiguration.java

License:Apache License

public static void main(String[] args) throws Exception {
    Configuration.main(args);
}