Question

My Cassandra running successfully on multiple node.And I want to run it local mode, so What changes should be need in cassandra.yml file for local mode.

Thanks in advance

Was it helpful?

Solution

Running multiple nodes locally can be complicated if you are trying to configure cassandra on your own. You could just use ccm which is a tool that does exactly this. If you are on windows, you are going to have to configure the listen address to allow multiple local addresses and configure each node to use different data, log and cache directories, also you will have to modify the various ports involved (binary protocol, thrift, jmx) to be unique to each server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top