It sounds like you have job ACLs enabled, but have not set up a login for http. You need to configure some sort of HTTP sign on so that Hadoop knows what the user is that is on the page to see if they are allowed to access that page. This is typically done with using a filter and configuring a filter. But I think there is also a way to do this with SPNEGO, but I have never tried it.
--Bobby On 6/25/13 8:10 PM, "Grandl Robert" <[email protected]> wrote: >Hi guys, > >I have some trouble with setting up my JobHistory Server in hadoop >0.23.8. > >1) Whenever I click to see the job history, it told me: Access denied: >User webuser does not have permission to view job ........ >Can you suggest me what to do ? > >2) Also, I always see that dr. who is logged. If I just change to >core-site.xml, hadoop.http.staticuser.user to my username it will work ? > >Thanks, >Robert
