Starting multiple Cassandra nodes on the same machine involves setting loop
back aliases and some configuration fiddling.
Lucky for you Sylvain Lebresne made this handy tool in python which does the
job for you.
https://github.com/pcmanus/ccm
to run as a service you need a script like thi
Subject: RE: How to configure linux service for Cassandra
I'm not sure about the Cent OS version, but you could utilize the hard work
that datastax has done with their community edition RPMs, an init script is
installed for you.
-Original Message-
From: Roshan [mailto:codeva...@
I'm not sure about the Cent OS version, but you could utilize the hard work
that datastax has done with their community edition RPMs, an init script is
installed for you.
-Original Message-
From: Roshan [mailto:codeva...@gmail.com]
Sent: Tuesday, March 19, 2013 7:10 AM
To: cassand
Does this help you ?
https://github.com/acobley/CassandraStartup
it was built for Raspbian, but might help you.
Andy
On 19 Mar 2013, at 11:10, Roshan
mailto:codeva...@gmail.com>> wrote:
Hi
I want to start the cassandra as a service. At the moment it is starting as
a background task.
Cassand