Constructor and Description |
---|
HttpServer(String name,
String bindAddress,
int port,
boolean findPort,
Configuration conf,
AccessControlList adminsAcl) |
HttpServer(String name,
String bindAddress,
int port,
boolean findPort,
Configuration conf,
AccessControlList adminsAcl,
org.eclipse.jetty.server.ServerConnector connector)
Create a status server on the given port.
|
HttpServer(String name,
String bindAddress,
int port,
boolean findPort,
Configuration conf,
AccessControlList adminsAcl,
org.eclipse.jetty.server.ServerConnector connector,
String[] pathSpecs,
org.eclipse.jetty.server.Server server)
Create a status server on the given port.
|
Modifier and Type | Method and Description |
---|---|
AccessControlList |
YARNRunner.getQueueAdmins(String arg0) |
AccessControlList |
LocalJobRunner.getQueueAdmins(String queueName) |
Modifier and Type | Method and Description |
---|---|
Map<JobACL,AccessControlList> |
JobACLsManager.constructJobACLs(Configuration conf)
Construct the jobACLs from the configuration so that they can be kept in
the memory.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JobACLsManager.checkAccess(UserGroupInformation callerUGI,
JobACL jobOperation,
String jobOwner,
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JobStatus.setJobACLs(Map<JobACL,AccessControlList> acls) |
Modifier and Type | Method and Description |
---|---|
Map<JobACL,AccessControlList> |
JobStatus.getJobACLs()
Get the job acls.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JobStatus.setJobACLs(Map<JobACL,AccessControlList> acls)
Set the job acls.
|
Modifier and Type | Method and Description |
---|---|
Map<JobACL,AccessControlList> |
JobSubmittedEvent.getJobAcls()
Get the acls configured for the job
|
Map<JobACL,AccessControlList> |
JobHistoryParser.JobInfo.getJobACLs() |
Constructor and Description |
---|
JobSubmittedEvent(JobID id,
String jobName,
String userName,
long submitTime,
String jobConfPath,
Map<JobACL,AccessControlList> jobACLs,
String jobQueueName)
Create an event to record job submission
|
JobSubmittedEvent(JobID id,
String jobName,
String userName,
long submitTime,
String jobConfPath,
Map<JobACL,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,AccessControlList> jobACLs,
String jobQueueName,
String workflowId,
String workflowName,
String workflowNodeName,
String workflowAdjacencies,
String workflowTags)
Create an event to record job submission
|
Modifier and Type | Method and Description |
---|---|
AccessControlList |
ClientProtocol.getQueueAdmins(String queueName)
Get the administrators of the given job-queue.
|
Modifier and Type | Method and Description |
---|---|
Map<JobACL,AccessControlList> |
Job.getJobACLs() |
Modifier and Type | Method and Description |
---|---|
Map<JobACL,AccessControlList> |
JobImpl.getJobACLs() |
Modifier and Type | Method and Description |
---|---|
Map<JobACL,AccessControlList> |
CompletedJob.getJobACLs() |
Map<JobACL,AccessControlList> |
PartialJob.getJobACLs() |
Modifier and Type | Method and Description |
---|---|
Map<JobACL,AccessControlList> |
ParsedJob.obtainJobAcls() |
Modifier and Type | Method and Description |
---|---|
AccessControlList |
AdminACLsManager.getAdminAcl()
Returns the internal structure used to maintain administrator ACLs
|
Modifier and Type | Method and Description |
---|---|
Map<QueueACL,AccessControlList> |
Queue.getQueueAcls()
Get ACLs for the queue.
|
Modifier and Type | Method and Description |
---|---|
AccessControlList |
CapacitySchedulerConfiguration.getAcl(String queue,
QueueACL acl) |
Modifier and Type | Method and Description |
---|---|
Map<QueueACL,AccessControlList> |
CapacitySchedulerConfiguration.getAcls(String queue) |
Map<QueueACL,AccessControlList> |
ParentQueue.getQueueAcls() |
Map<QueueACL,AccessControlList> |
LeafQueue.getQueueAcls() |
Modifier and Type | Method and Description |
---|---|
void |
CapacitySchedulerConfiguration.setAcls(String queue,
Map<QueueACL,AccessControlList> acls) |
Modifier and Type | Method and Description |
---|---|
Map<QueueACL,AccessControlList> |
FSQueue.getQueueAcls() |
Map<QueueACL,AccessControlList> |
QueueManager.getQueueAcls(String queue)
Get the ACLs associated with this queue.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.