Support Questions

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

user and groups in hue

avatar
Master Collaborator

Hi:

i can access with any user to the window explorer in hue to see the files why??

No se puede acceder: /user/hdfs.
SecurityException: Failed to obtain user group information: org.apache.hadoop.security.authorize.AuthorizationException: User: hue is not allowed to impersonate hdfs (error 403)

hdfs is in hadoop group on hue

[root@a01hop01 hue]# id hue
uid=1015(hue) gid=1015(hue) groups=1015(hue)

Thanks

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Hi,

Did you add the proxy ?

<property> <name>hadoop.proxyuser.hue.hosts</name> <value>*</value> </property> <property> <name>hadoop.proxyuser.hue.groups</name> <value>hadoop</value> </property>

Thanks,

Nagesh

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

Hi,

Did you add the proxy ?

<property> <name>hadoop.proxyuser.hue.hosts</name> <value>*</value> </property> <property> <name>hadoop.proxyuser.hue.groups</name> <value>hadoop</value> </property>

Thanks,

Nagesh

avatar
Master Collaborator

Hi:

thanks after do this it worked.