public class PropertyBasedUserConfigLoader extends UserConfigLoader
| Constructor and Description | 
|---|
| PropertyBasedUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)Instantiates a new property based user config loader. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getUserConfig(String loggedInUser)Gets the user config. | 
preSubmitpublic PropertyBasedUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
                              throws UserConfigLoaderException
conf - the confUserConfigLoaderException - the user config loader exceptionpublic Map<String,String> getUserConfig(String loggedInUser)
UserConfigLoadergetUserConfig in class UserConfigLoaderloggedInUser - the logged in userCopyright © 2014–2015 Apache Software Foundation. All rights reserved.