You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Rajath Subramanyam <ra...@gmail.com> on 2016/05/23 22:44:17 UTC

Autobootstrap in Cassandra

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 Subramanyam

Re: Autobootstrap in Cassandra

Posted by Paulo Motta <pa...@gmail.com>.
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 <jo...@jonhaddad.com>:

>
> find /  -name 'cassandra.yaml' -exec grep -nH auto_bootstrap {} \;
>
> On Mon, May 23, 2016 at 3:44 PM Rajath Subramanyam <ra...@gmail.com>
> 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 cassandra.yaml or the cassandra
>> installation directory (for e.g., through means like JMX, etc) ?
>>
>> Thank you !
>>
>> Regards,
>> Rajath
>> ------------------------
>> Rajath Subramanyam
>>
>>

Re: Autobootstrap in Cassandra

Posted by Jonathan Haddad <jo...@jonhaddad.com>.
find /  -name 'cassandra.yaml' -exec grep -nH auto_bootstrap {} \;

On Mon, May 23, 2016 at 3:44 PM Rajath Subramanyam <ra...@gmail.com>
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 cassandra.yaml or the cassandra
> installation directory (for e.g., through means like JMX, etc) ?
>
> Thank you !
>
> Regards,
> Rajath
> ------------------------
> Rajath Subramanyam
>
>