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

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

Introduction

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

Prototype

public static void dumpDeprecatedKeys() 

Source Link

Usage

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

License:Apache License

public static void dumpDeprecatedKeys() {
    Configuration.dumpDeprecatedKeys();
}