Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Owner of the jobs can view through TEZ View not by others

avatar
Rising Star

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

1 ACCEPTED SOLUTION

avatar

@suresh krish

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.

View solution in original post

2 REPLIES 2

avatar

@suresh krish

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.

avatar
Contributor

And also enable yarn acl in yarn>config>Resource Manager

yarn.acl.enable=true
yarn.admin.acl=<add the user to this list>