Created 07-05-2016 03:27 AM
Hi,
When browsing the logs from Yarn UI, we're prompted with this message
"User [dr.who] is not authorized to view the logs for container_e29_1466052817052_0956_01_000002 in log file"
Please help how to solve this issue of mine.
Best regards,
Thank you!
Created 07-05-2016 03:33 AM
Created 07-05-2016 03:32 AM
@Michael Dennis "MD" Uanang Please verify if you have hadoop.security.authorization property set to false in core-site.xml
Created 07-05-2016 03:39 AM
Hi @rguruvannagari,
Just verified, and hadoop.security.authorization is set to false.
Created 07-05-2016 03:48 AM
Add the below property from ambari
Ambari > HDFS > Configurations > Advanced core-site > Add Property hadoop.http.staticuser.user=yarn
Created 07-05-2016 03:54 AM
Thanks @rguruvannagari!
Same answer from the comment of @Rajeshbabu Chintaguntla.
Created 07-05-2016 03:33 AM
Created 07-05-2016 06:11 AM
Thanks @Rajeshbabu Chintaguntla
After adding the hadoop.http.staticuser.user=yarn (and as also mentioned by @rguruvannagari), solved my issue.
Created 07-05-2016 03:53 AM
@Michael Dennis "MD" Uanang Please take a look at same question which was answered here and solved.