Support Questions

Find answers, ask questions, and share your expertise

TEZ View not showing any jobs

Explorer

tez-issue.jpgHi,

TEZ view not showing any jobs. Please see the attached screen shot. TEZ has integrated with Timeline DB and timeline server is running good. Could anyone help me on this asap.

5 REPLIES 5

Super Mentor

@mravipati

Can you please check your Yarn setting for the following properties

yarn.admin.acl = yarn,dr.who,admin
yarn.acl.enable=false


Also check if your "tez-site.xml" file has the following property set properly ?

tez.am.view-acls=*

.

Is it a kerberized environment?

Explorer

Hi Jay,

The cluster is kerberoized. Our custom "ambari-qa" account is part of proxyusers groups and hosts.

yarn.acl.enable = true

tez.am.view-acls=<empty>

yarn.admin.acl = yarn, dr.who, <our-custom-yarn-user>

Please suggest me do I need to modify anything

Super Mentor

@mravipati

Please try changing "tez-site.xml" file and add * or comma separated value. https://tez.apache.org/tez_acls.html

tez.am.view-acls=*

.

Contributor

can you put your user id in: yarn.admin.acl = user-id_name then restart the required service.

Contributor

Can you put your user-id in yarn.admin.acl = user_id_name then restart the required services and try to restart the Tez View Instance.