List of usage examples for org.apache.hadoop.conf Configuration dumpDeprecatedKeys
public static void dumpDeprecatedKeys()
From source file:org.janusgraph.hadoop.compat.h2.ImmutableConfiguration.java
License:Apache License
public static void dumpDeprecatedKeys() { Configuration.dumpDeprecatedKeys(); }