Support Questions

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

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?