org.apache.pig.backend.hadoop.datastorage
Class ConfigurationUtil
java.lang.Object
org.apache.pig.backend.hadoop.datastorage.ConfigurationUtil
public class ConfigurationUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationUtil
public ConfigurationUtil()
toConfiguration
public static org.apache.hadoop.conf.Configuration toConfiguration(Properties properties)
toProperties
public static Properties toProperties(org.apache.hadoop.conf.Configuration configuration)
mergeConf
public static void mergeConf(org.apache.hadoop.conf.Configuration origConf,
org.apache.hadoop.conf.Configuration replaceConf)
- Parameters:
origConf
- replaceConf
-
getLocalFSProperties
public static Properties getLocalFSProperties()
replaceConfigForLocalMode
public static void replaceConfigForLocalMode(org.apache.hadoop.conf.Configuration configuration)
Copyright © 2007-2012 The Apache Software Foundation