Created 02-13-2017 02:46 PM
Team,
How to list all the TEZ jobs in TEZ view. I can only see the jobs which i run. Even a ADMIN cannot able to see others TEZ jobs through TEZ VIEW.
NOTE: Cluster Kerborized and Ambari version : 2.4
Created 02-13-2017 04:45 PM
Right now in Tez service, I guess this tez.am.view-acls parameter is empty.
In order to give access to all to all change it to '*'.
If you want only a few people(Admin's) to view all tez jobs and other to view only there jobs, follow below process
"AM view ACLs. This setting enables the specified users or groups to view the status of the AM and all DAGs that run within the AM. Format: a comma-separated list of users, a whitespace, and then a comma-separated list of groups. For example, "lhale,msmith administrators,users"
Link: https://tez.apache.org/tez_acls.html
Hope this helps you.
Created 02-13-2017 04:45 PM
Right now in Tez service, I guess this tez.am.view-acls parameter is empty.
In order to give access to all to all change it to '*'.
If you want only a few people(Admin's) to view all tez jobs and other to view only there jobs, follow below process
"AM view ACLs. This setting enables the specified users or groups to view the status of the AM and all DAGs that run within the AM. Format: a comma-separated list of users, a whitespace, and then a comma-separated list of groups. For example, "lhale,msmith administrators,users"
Link: https://tez.apache.org/tez_acls.html
Hope this helps you.
Created 11-17-2017 06:05 PM
And also enable yarn acl in yarn>config>Resource Manager
yarn.acl.enable=true yarn.admin.acl=<add the user to this list>