【发布时间】:2016-01-04 02:25:27
【问题描述】:
我对@987654321@ 很陌生。当我运行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
有人告诉我这是本地主机问题,但是当我将本地主机更改为本地 IP 地址时它不起作用。 localhost设置真的有问题吗?
【问题讨论】: