org.apache.lens.server.user
Class CustomUserConfigLoader
java.lang.Object
org.apache.lens.server.user.UserConfigLoader
org.apache.lens.server.user.CustomUserConfigLoader
public class CustomUserConfigLoader
- extends UserConfigLoader
The Class CustomUserConfigLoader.
Constructor Summary |
CustomUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
Instantiates a new custom user config loader. |
CustomUserConfigLoader
public CustomUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
- Instantiates a new custom user config loader.
- Parameters:
conf
- the conf
getUserConfig
public Map<String,String> getUserConfig(String loggedInUser)
throws UserConfigLoaderException
- Description copied from class:
UserConfigLoader
- Gets the user config.
- Specified by:
getUserConfig
in class UserConfigLoader
- Parameters:
loggedInUser
- the logged in user
- Returns:
- the user config
- Throws:
UserConfigLoaderException
- the user config loader exception
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.