On 03/28/2017 10:53 PM, Michael Shuler wrote: > On 03/28/2017 09:36 PM, I PVP wrote: >> any recommend /etc/init.d/cassandra for RHEL when installing it from >> apache-cassandra-3.10-bin.tar.gz ? >> >> i goggled it but could not find anything that seems to be "proven" >> > > https://github.com/apache/cassandra/blob/trunk/redhat/cassandra >
That was probably a little too brief. The paths will need to be modified, if you are running from a tarball. Easier would be to build the rpm packages and install - see the README.md in the redhat directory: https://github.com/apache/cassandra/tree/trunk/redhat Check out the release tag you want, `git checkout cassandra-3.10` for example, and build the rpms. This will install the init for your and put all the pieces in the expected places. -- Kind regards, Michael