Support Questions

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

WebHdfsException at /Filebrowser

avatar
Expert Contributor

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.

2683-webhdfs-filebrowser1.jpg

1 ACCEPTED SOLUTION

avatar
Contributor

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

View solution in original post

2 REPLIES 2

avatar
Contributor

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

avatar
Expert Contributor

Thanks Dave

Issue has been resolved after make Active NameNode where hue installed.