Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

5043

January 13th, 2016 21:00

What port does Isilon use for WebHDFS?

Hi,

Does anybody know which port# Isilon uses/listens for WebHDFS access?

Client sends a request using port# 50070 but Isilon replies back to ACK+RST. So, the connection fails.

Since I found below info, I tried to use port# 8082 but the result did not change...

https://github.com/shivajid/hwx-isilon

https://twitter.com/bkersteter/status/614167966398193664

I also checked the listening ports (netstat -nat | grep LISTEN) and found obviously the Isilon did not listen port# 50070 nor 8082.

What port does Isilon use for WebHDFS?

FYI: Of course, WebHDFS Enabled=Yes.

1.2K Posts

January 13th, 2016 21:00

Check which port is actually configured with isi_gconfig,

and then have another look at netstat.

(On our cluster running 7.2.0.4 it is in fact 8082.)

# isi_gconfig -t web-config  webhdfs_port

webhdfs_port (int) = 8082

# netstat -nal | grep 8082

tcp46      0      0 *.8082                 *.*                        LISTEN

And of course:

# isi services isi_hdfs_d   

Service 'isi_hdfs_d' is enabled.

# isi services apache2

Service 'apache2' is enabled.

hth

-- Peter

January 14th, 2016 10:00

The hdfs url is fs.defaultFS is port 8020 


BUT dfs.namenode.http-address is 8082, not 8020  


(i believe the Ambari default is 50070, we are using a different port but not 8020)





Community Manager

 • 

4.9K Posts

January 17th, 2016 22:00

Thank you for the info!

We could finally access to Isilon through TCP 8082 by WebHDFS.

Community Manager

 • 

4.9K Posts

January 17th, 2016 22:00

Thank you! I could confirm what you informed us in the below document.

https://support.emc.com/docu60092_OneFS-7.2.1-Security-Configuration-Guide.pdf?language=en_US

No Events found!

Top