Created on 03-08-2016 02:15 PM - edited 08-19-2019 03:53 AM
Hi Team,
I am facing an issue webhdfs exception at file browser while accessing via hue.
Error - Max retries exceeded with url: /webhdfs/v1/user/hdfs?doas=hdfs&user.name=hue&op=GETFILESTATUS (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
Kindly check the attached screenshot for reference.
Created 03-08-2016 02:20 PM
Hi Nilesh,
Usually in your Hue.ini you should have a webhdfs address. This should be listening on port 50070 and reachable from the hue machine. Can you telnet from the hue machine to this server on port 50070?
Also check your NameNode has webhdfs enabled (this should be set by default)
Thanks
Dave
Created 03-08-2016 02:20 PM
Hi Nilesh,
Usually in your Hue.ini you should have a webhdfs address. This should be listening on port 50070 and reachable from the hue machine. Can you telnet from the hue machine to this server on port 50070?
Also check your NameNode has webhdfs enabled (this should be set by default)
Thanks
Dave
Created 03-08-2016 02:49 PM
Thanks Dave
Issue has been resolved after make Active NameNode where hue installed.