public class SubmitterUserResolver extends Object implements UserResolver
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
SubmitterUserResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.security.UserGroupInformation |
getTargetUgi(org.apache.hadoop.security.UserGroupInformation ugi)
Map the given UGI to another per the subclass contract.
|
boolean |
needsTargetUsersList()
Indicates whether this user resolver needs a list of target users to be
provided.
|
boolean |
setTargetUsers(URI userdesc,
org.apache.hadoop.conf.Configuration conf)
Configure the user map given the URI and configuration.
|
public SubmitterUserResolver()
throws IOException
IOExceptionpublic boolean setTargetUsers(URI userdesc, org.apache.hadoop.conf.Configuration conf) throws IOException
UserResolverPath
listing target users.
This method should be called only if UserResolver.needsTargetUsersList()
returns true.setTargetUsers in interface UserResolveruserdesc - URI from which user information may be loaded per the
subclass contract.conf - The tool configuration.IOExceptionpublic org.apache.hadoop.security.UserGroupInformation getTargetUgi(org.apache.hadoop.security.UserGroupInformation ugi)
UserResolvergetTargetUgi in interface UserResolverugi - User information from the trace.public boolean needsTargetUsersList()
Since SubmitterUserResolver returns the user name who is running
gridmix, it doesn't need a target list of users.
needsTargetUsersList in interface UserResolverCopyright © 2015 Apache Software Foundation. All Rights Reserved.