Created 03-29-2016 01:20 PM
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
Created 03-29-2016 01:29 PM
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
Created 03-29-2016 01:29 PM
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
Created 03-29-2016 06:33 PM
Hi:
thanks after do this it worked.