我们正在使用 DataStax Enterprise 5.0.1 版,并且在从 Gremlin 控制台创建图表时遇到问题。
以下是我收到的错误的详细信息:
adminuser@dc0vm1:~$ dse gremlin-console
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.tinkergraph
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
gremlin> :remote connect tinkerpop.server conf/remote.yaml
==>Configured 13.82.30.252/13.82.30.252:8182
gremlin> :> 1+1
Host did not respond in a timely fashion - check the server status and submit again.
gremlin> :> system.graph('food').create()
Host did not respond in a timely fashion - check the server status and submit again.
我将Remote.yaml文件设置从 [locahost] 更改为主机:[13.82.30.252]。
我运行 nodetool 命令来检查服务器是否正常运行:
adminuser@dc0vm1:~$ nodetool status
Datacenter: dc0
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns Host ID Rack
UN 13.82.25.134 168.92 KB 64 ? d7a98eed-9b15-42ee-bc5c-f406e98fd6fc FD2
UN 13.82.25.152 189.17 KB 64 ? 7ffa11ea-8607-4bdb-903b-2ee3baeacae8 FD0
UN 13.82.30.252 150.6 KB 64 ? a57f6cd8-5466-480e-b919-329c36fbfd28 FD1
cassandra.yaml 有以下与主机相关的条目:
broadcast_rpc_address: 13.82.30.252
rpc_address: 0.0.0.0
您能否让我知道我在这里缺少什么配置?