- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
user and groups in hue
- Labels:
-
Apache Hadoop
-
Cloudera Hue
Created ‎03-29-2016 01:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi:
thanks after do this it worked.
