Re: Autobootstrap in Cassandra

2016-05-23 Thread Paulo Motta
You may also check in the system.log, loaded properties are logged on node startup. 2016-05-23 19:55 GMT-03:00 Jonathan Haddad : > > find / -name 'cassandra.yaml' -exec grep -nH auto_bootstrap {} \; > > On Mon, May 23, 2016 at 3:44 PM Rajath Subramanyam

Re: Autobootstrap in Cassandra

2016-05-23 Thread Jonathan Haddad
find / -name 'cassandra.yaml' -exec grep -nH auto_bootstrap {} \; On Mon, May 23, 2016 at 3:44 PM Rajath Subramanyam wrote: > Hi Cassandra users, > > Is there a way to find if auto_bootstrap is set to false on a Cassandra > node if we didn't know the location of the

Autobootstrap in Cassandra

2016-05-23 Thread Rajath Subramanyam
Hi Cassandra users, Is there a way to find if auto_bootstrap is set to false on a Cassandra node if we didn't know the location of the cassandra.yaml or the cassandra installation directory (for e.g., through means like JMX, etc) ? Thank you ! Regards, Rajath Rajath