You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2013/10/23 16:24:38 UTC

[Hadoop Wiki] Trivial Update of "SocketTimeout" by SteveLoughran

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "SocketTimeout" page has been changed by SteveLoughran:
https://wiki.apache.org/hadoop/SocketTimeout?action=diff&rev1=2&rev2=3

Comment:
fix truncated sentence

   * The settings are wrong and the client is trying to talk to the wrong machine, one that is not on the network. That could be an error in Hadoop configuration files, or an entry in the DNS tables or the /etc/hosts file.
  
  Comparing this exception to the ConnectionRefused error, the latter indicates there is a server at the far end, but no program running on it
- can receive inbound connections on the chosen port. A Socket Timeout usually means that there is a net
+ can receive inbound connections on the chosen port. A Socket Timeout usually means that there is a something there, but it or the network are not working right
  
  
  == Identifying and Fixing Socket Timeouts ==