Created 08-04-2017 05:54 AM
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.
Created 08-04-2017 06:19 AM
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?
Created 08-04-2017 06:43 AM
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
Created 08-04-2017 06:47 AM
Please try changing "tez-site.xml" file and add * or comma separated value. https://tez.apache.org/tez_acls.html
tez.am.view-acls=*
.
Created 08-04-2017 06:54 AM
can you put your user id in: yarn.admin.acl = user-id_name then restart the required service.
Created 08-04-2017 06:55 AM
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.