This project has retired. For details please refer to its
Attic page.
FixedUserConfigLoader (Lens 2.1.0-beta-incubating API)
org.apache.lens.server.user
Class FixedUserConfigLoader
java.lang.Object
org.apache.lens.server.user.UserConfigLoader
org.apache.lens.server.user.FixedUserConfigLoader
public class FixedUserConfigLoader
- extends UserConfigLoader
The Class FixedUserConfigLoader.
Constructor Summary |
FixedUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
Instantiates a new fixed user config loader. |
FixedUserConfigLoader
public FixedUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
- Instantiates a new fixed user config loader.
- Parameters:
conf
- the conf
getUserConfig
public Map<String,String> getUserConfig(String loggedInUser)
- 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
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.