Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

I'm not able to view the MR/Spark logs from RM UI, getting below exception

avatar
Rising Star

User [dr.who] is not authorized to view the logs for attempt_1478736191399_24811_m_000000_0 in log file

1 ACCEPTED SOLUTION

avatar
Expert Contributor

@Pranav Manwatkar

Can you please verify what is "hadoop.http.staticuser.user" property set in yarn-site.xml. I'm wondering it might be set as "dr.who", can you please remove it and set it as yarn user, and try accessing the yarn logs from UI?

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Pranav Manwatkar

What is the setting you have in your yarn-site for the "yarn.admin.acl" ?

<property> 
      <name>yarn.admin.acl</name> 
       <value>yarn,dr.who</value> 
</property>

.

avatar
Expert Contributor

@Pranav Manwatkar

Can you please verify what is "hadoop.http.staticuser.user" property set in yarn-site.xml. I'm wondering it might be set as "dr.who", can you please remove it and set it as yarn user, and try accessing the yarn logs from UI?