Created 04-10-2014 08:46 AM
Hi,
I am ruuning an hbase client from windows against an Hbase clutser running on RHEL.I have opened firewall from my clinet machine to the cluster on ports 2181 and 60000.Is there any other port that I need to open.Below is the error I am getting on running my client.
org.apache.hadoop.net.ConnectTimeoutException: 20000 millis timeout while waiting for channel to be ready for connect. ch : java.nio.channels.SocketChannel[connection-pending remote=10.4.yyy.xx:60020]
Created 04-10-2014 12:14 PM
I had to open a firewall from my machine to hbase machines on port 60020 as well as region servers are running on this.This fixed the issue.
Created 04-18-2014 04:01 PM
Nishan,
This guide may help you further in the future:
Created 08-02-2017 01:41 PM
Hi,
How did you achieve this? I am facing the same error when connecting to the hadoop cluster with edge node using java client from windows
Could you please help me to fix this?
Created 09-12-2017 10:22 AM