setting up cassandra multi node cluster on a single ubuntu server

后端 未结 4 1773
渐次进展
渐次进展 2020-12-03 09:06

I have a Cassandra Service running on my Ubuntu Server with a single node now. I want to make it into a ring cluster with 3 nodes to get a feel of multinode cluster all bein

4条回答
  •  醉酒成梦
    2020-12-03 09:53

    The easiest way to set up a multinode cluster on a single machine is using CCM. Currently you are running into issues with your nodes attempting all bind the same set of ports. CCM will work around this for you and auto increment ports ect...

    https://github.com/pcmanus/ccm

提交回复
热议问题