hue中使用hue用户(hue admin)访问hdfs报错:

Cannot access: /. Note: you are a Hue admin but not a HDFS superuser, "hdfs" or part of HDFS supergroup, "supergroup".

大叔经验分享(49)hue访问hdfs报错/hue访问oozie editor页面卡住

其他症状:oozie editor页面卡住不动

大叔经验分享(49)hue访问hdfs报错/hue访问oozie editor页面卡住

检查过程如下:

1 hdfs配置

hadoop.proxyuser.hue.hosts=*
hadoop.proxyuser.hue.groups=*

hadoop.proxyuser.httpfs.hosts=*
hadoop.proxyuser.httpfs.groups=*

大叔经验分享(49)hue访问hdfs报错/hue访问oozie editor页面卡住

 

2 用户组

# groupadd supergroup
# usermod -a -G supergroup hue

3 hue配置

webhdfs_url=http://$namenode:50070/webhdfs/v1

确保指向active状态的namenode

大叔经验分享(49)hue访问hdfs报错/hue访问oozie editor页面卡住

 

相关文章:

  • 2021-12-11
  • 2021-10-14
  • 2021-08-28
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
猜你喜欢
  • 2021-11-12
  • 2021-07-21
  • 2021-09-11
  • 2021-10-05
  • 2021-08-19
  • 2022-02-10
  • 2022-12-23
相关资源
相似解决方案