sparkR中的socketConnection错误

时间:2015-10-07 01:29:57

标签: r sparkr

我对SparkR很新。当我跑sparkR时,出了点问题。

sc <- sparkR.init(master="local")

这样的错误:

Error in socketConnection(port = monitorPort) : 
  cannot open the connection
In addition: Warning message:
In socketConnection(port = monitorPort) : localhost:32811 cannot be opened

有人告诉我这是本地主机问题,但是当我将localhost更改为本地IP地址时它没有用。 localhost设置确实存在问题吗?

1 个答案:

答案 0 :(得分:1)

将以下系统变量:$ EXISTING_SPARKR_BACKEND_PORT添加到可用端口并重新运行sparkR。