Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道有没有办法在一台机器上运行多个 Cassandra 服务器,所以那台机器上的服务器很高,形成一个环(集群)。
我想知道有没有办法在一台机器上运行 cassandra 服务器?
总有办法的!
有一个优秀的工具可以让你在本地配置多节点集群,但是目前在 windows 下不支持。当您构建集群并启动它时,它会为您配置环。./nodetool -h 127.0.0.1 -p 7100 ring您可以在戒指启动后使用它来查看戒指。
./nodetool -h 127.0.0.1 -p 7100 ring
*顺便说一句,ccm 工具将集群作为后台进程启动。