|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobACL | |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.jobhistory |
Uses of JobACL in org.apache.hadoop.mapred |
---|
Fields in org.apache.hadoop.mapred declared as JobACL | |
---|---|
JobACL |
Operation.jobACLNeeded
|
Methods in org.apache.hadoop.mapred that return types with arguments of type JobACL | |
---|---|
Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> |
JobACLsManager.constructJobACLs(org.apache.hadoop.conf.Configuration conf)
Construct the jobACLs from the configuration so that they can be kept in the memory. |
Methods in org.apache.hadoop.mapred with parameters of type JobACL | |
---|---|
boolean |
JobACLsManager.checkAccess(org.apache.hadoop.security.UserGroupInformation callerUGI,
JobACL jobOperation,
String jobOwner,
org.apache.hadoop.security.authorize.AccessControlList jobACL)
If authorization is enabled, checks whether the user (in the callerUGI) is authorized to perform the operation specified by 'jobOperation' on the job by checking if the user is jobOwner or part of job ACL for the specific job operation. |
Method parameters in org.apache.hadoop.mapred with type arguments of type JobACL | |
---|---|
protected void |
JobStatus.setJobACLs(Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> acls)
|
Uses of JobACL in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return JobACL | |
---|---|
static JobACL |
JobACL.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobACL[] |
JobACL.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.mapreduce that return types with arguments of type JobACL | |
---|---|
Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> |
JobStatus.getJobACLs()
Get the job acls. |
Method parameters in org.apache.hadoop.mapreduce with type arguments of type JobACL | |
---|---|
protected void |
JobStatus.setJobACLs(Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> acls)
Set the job acls. |
Uses of JobACL in org.apache.hadoop.mapreduce.jobhistory |
---|
Methods in org.apache.hadoop.mapreduce.jobhistory that return types with arguments of type JobACL | |
---|---|
Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> |
JobSubmittedEvent.getJobAcls()
Get the acls configured for the job |
Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> |
JobHistoryParser.JobInfo.getJobACLs()
|
Constructor parameters in org.apache.hadoop.mapreduce.jobhistory with type arguments of type JobACL | |
---|---|
JobSubmittedEvent(JobID id,
String jobName,
String userName,
long submitTime,
String jobConfPath,
Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> jobACLs,
String jobQueueName)
Create an event to record job submission |
|
JobSubmittedEvent(JobID id,
String jobName,
String userName,
long submitTime,
String jobConfPath,
Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> jobACLs,
String jobQueueName,
String workflowId,
String workflowName,
String workflowNodeName,
String workflowAdjacencies)
Create an event to record job submission |
|
JobSubmittedEvent(JobID id,
String jobName,
String userName,
long submitTime,
String jobConfPath,
Map<JobACL,org.apache.hadoop.security.authorize.AccessControlList> jobACLs,
String jobQueueName,
String workflowId,
String workflowName,
String workflowNodeName,
String workflowAdjacencies,
String workflowTags)
Create an event to record job submission |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |