鉴于我可以访问群集中的一个节点,我如何知道其他节点及其IP?
答案 0 :(得分:6)
使用Cassandra的nodetool命令。转到Cassandra的bin目录,然后运行以下命令。 nodetool中还有更多选项,但在这里我给出了一个ring和status命令的例子。
./nodetool -h hostname -p port ring
或
./nodetool -h hostname -p port status
默认节点= localhost
默认端口= 7199