You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Abdul Patel <ab...@gmail.com> on 2019/02/25 15:22:43 UTC

Cassandra config in table

Do we have any sustem table which stores all config details which we have
in yaml or cassandra env.sh?

RE: Cassandra config in table

Posted by Kenneth Brotman <ke...@yahoo.com.INVALID>.
Hi Abdul,

 

system.local I believe has the info you would want.  Here is a link about querying the system keyspace: https://docs.datastax.com/en/cql/3.3/cql/cql_using/useQuerySystem.html

 

Kenneth Brotman 

 

From: Abdul Patel [mailto:abd786.ap@gmail.com] 
Sent: Monday, February 25, 2019 7:23 AM
To: User@cassandra.apache.org
Subject: Cassandra config in table

 

Do we have any sustem table which stores all config details which we have in yaml or cassandra env.sh? 


Re: Cassandra config in table

Posted by Abdul Patel <ab...@gmail.com>.
Thanks!

On Monday, February 25, 2019, Jeff Jirsa <jj...@gmail.com> wrote:

> Not in any released version, but something similar to that is coming in 4.0
>
> --
> Jeff Jirsa
>
>
> > On Feb 25, 2019, at 7:22 AM, Abdul Patel <ab...@gmail.com> wrote:
> >
> > Do we have any sustem table which stores all config details which we
> have in yaml or cassandra env.sh?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@cassandra.apache.org
> For additional commands, e-mail: user-help@cassandra.apache.org
>
>

Re: Cassandra config in table

Posted by Jeff Jirsa <jj...@gmail.com>.
Not in any released version, but something similar to that is coming in 4.0

-- 
Jeff Jirsa


> On Feb 25, 2019, at 7:22 AM, Abdul Patel <ab...@gmail.com> wrote:
> 
> Do we have any sustem table which stores all config details which we have in yaml or cassandra env.sh?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@cassandra.apache.org
For additional commands, e-mail: user-help@cassandra.apache.org


Re: Cassandra config in table

Posted by Chris Lohfink <cl...@gmail.com>.
In 4.0+ you can SELECT * FROM system_views.settings;

Chris

On Mon, Feb 25, 2019 at 9:22 AM Abdul Patel <ab...@gmail.com> wrote:

> Do we have any sustem table which stores all config details which we have
> in yaml or cassandra env.sh?