如何在 Cloudera 的 Cassandra 中启用节俭?
How to enable thrift in Cassandra in Cloudera?
enter image description here我是 Cassandra 和 cloudera 的新手 programming.I 有错误 "not starting RPC server as requested ,Use JMX(Storage service -> start rpc or nodetool (enablethrift) to start it" 。我几个小时以来一直在尝试使用 nodetool 启用盗窃功能,但徒劳无功。
我在 Cassandra 位置找到了一个文件 "Enablethrift.html",但我不知道该怎么做。
请帮忙
cassandra.yaml
的变化:
start_rpc: false
至
start_rpc: true
enter image description here我是 Cassandra 和 cloudera 的新手 programming.I 有错误 "not starting RPC server as requested ,Use JMX(Storage service -> start rpc or nodetool (enablethrift) to start it" 。我几个小时以来一直在尝试使用 nodetool 启用盗窃功能,但徒劳无功。
我在 Cassandra 位置找到了一个文件 "Enablethrift.html",但我不知道该怎么做。
请帮忙
cassandra.yaml
的变化:
start_rpc: false
至
start_rpc: true