public final class ConfigurationUtils extends Object
Configuration.| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getNonDefaultConfigurations(org.apache.hadoop.conf.Configuration modifiedConf)
Get the
Map of properties which are newly added or have updated in the configuration instance passed
to this method as a parameter. |
public static Map<String,String> getNonDefaultConfigurations(org.apache.hadoop.conf.Configuration modifiedConf)
Map of properties which are newly added or have updated in the configuration instance passed
to this method as a parameter. The modified configurations are compared with the default configurations
created using new Configuation().modifiedConf - the updated configurationsMap of properties which are newly added or have updated in the modifiedConf.Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.