Skip to content
Prev 140 / 2152 Next

snow, socket cluster: problem with path to rscript

On Wed, 15 Apr 2009, Matthieu Stigler wrote:

            
It is an issue with your ability to make a socket connection to the
master. Most likely the master computer has a firewall that is
blocking connections to the port snow uses.  Try turning the firewall
off or at least enabling the port in the error message.

A simple test is to do

     socketConnection(port = 10187, server = TRUE)

in an R session on the master and

     telnet ubuntu 10187

in a shell on your worker machine (assumign your master is called
ubuntu) (or you can use R and

     socketConnection("ubuntu", port = 10187)

in an R session on the worker).

luke