org.apache.hadoop.mapreduce.util
Class ConfigUtil

java.lang.Object
  extended by org.apache.hadoop.mapreduce.util.ConfigUtil

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class ConfigUtil
extends Object

Place holder for deprecated keys in the framework


Constructor Summary
ConfigUtil()
           
 
Method Summary
static void loadResources()
          Adds all the deprecated keys.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtil

public ConfigUtil()
Method Detail

loadResources

public static void loadResources()
Adds all the deprecated keys. Loads mapred-default.xml and mapred-site.xml


main

public static void main(String[] args)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.