| Package | Description |
|---|---|
| org.apache.tez.common.security | |
| org.apache.tez.dag.api |
| Modifier and Type | Method and Description |
|---|---|
DAGAccessControls |
DAGAccessControls.setGroupsWithModifyACLs(Collection<String> groups)
Sets the list of groups with modify permissions on the DAG.
|
DAGAccessControls |
DAGAccessControls.setGroupsWithViewACLs(Collection<String> groups)
Sets the list of groups with view permissions on the DAG.
|
DAGAccessControls |
DAGAccessControls.setUsersWithModifyACLs(Collection<String> users)
Sets the list of users with modify permissions on the DAG.
|
DAGAccessControls |
DAGAccessControls.setUsersWithViewACLs(Collection<String> users)
Sets the list of users with view permissions on the DAG.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
HistoryACLPolicyManager.setupNonSessionACLs(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
DAGAccessControls dagAccessControls)
Take any necessary steps for setting up ACLs for an AM which is running in non-session mode
|
Map<String,String> |
HistoryACLPolicyManager.setupSessionDAGACLs(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String dagName,
DAGAccessControls dagAccessControls)
Take any necessary steps for setting up ACLs for a DAG that is submitted to a Session
|
| Modifier and Type | Method and Description |
|---|---|
DAGAccessControls |
DAG.getDagAccessControls() |
| Modifier and Type | Method and Description |
|---|---|
DAG |
DAG.setAccessControls(DAGAccessControls accessControls)
Set Access controls for the DAG.
|
Copyright © 2016 Apache Software Foundation. All rights reserved.