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.

Who agreed with this solution

avatar
Master Collaborator

you might try adding the following to core-site.xml seems like the error is talking about the root group. 

hadoop.proxyuser.root.groups=*
hadoop.proxyuser.root.hosts=*

 

If you are running cloudera manager, you need to add those in cloudera manager itself, the config is not in the traditional space, but instead in a seperate folder managed by cloudera for each individual service. Confusingly, the config is in the traditional space is for the "gateway".

View solution in original post

Who agreed with this solution