gpt4 book ai didi

从本地 R 客户端到 AWS 服务器上的 Rserve 主机的 Rserve 连接

转载 作者:行者123 更新时间:2023-12-01 23:50:53 27 4
gpt4 key购买 nike

目前正在尝试通过端口 6311 上的 IP 地址连接到 Amazon AWS 服务器。我已将 Rserve 设置为 AWS 服务器上的守护进程,并通过调用 netstat 命令检查它实际上是否正在监听端口 6311,但是当我从本地 R 客户端运行以下命令时:

c <- RS.connect(host = "x.x.x.x")

我收到此错误消息:

-  cannot connect to x.x.x.x:6311

本地客户端确实安装了 RSClient,我们已验证 Rserve 已安装并在主机服务器上正常运行。

有没有人对如何使用这种方法连接到远程服务器有任何建议?

最佳答案

您需要将整个公共(public) DNS 地址设置为您的主机。

(例如)

c <- RS.connect(host = "ec2-X-X-X-X.{availability_zone}.compute.amazonaws.com")

关于从本地 R 客户端到 AWS 服务器上的 Rserve 主机的 Rserve 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26593143/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com