Re: Cassandra config in table

2019-02-25 Thread Abdul Patel
Thanks!

On Monday, February 25, 2019, Jeff Jirsa  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  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-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: user-h...@cassandra.apache.org
>
>


Re: Cassandra config in table

2019-02-25 Thread Jeff Jirsa
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  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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org



Re: Cassandra config in table

2019-02-25 Thread Chris Lohfink
In 4.0+ you can SELECT * FROM system_views.settings;

Chris

On Mon, Feb 25, 2019 at 9:22 AM Abdul Patel  wrote:

> 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

2019-02-25 Thread Kenneth Brotman
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...@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? 



Cassandra config in table

2019-02-25 Thread Abdul Patel
Do we have any sustem table which stores all config details which we have
in yaml or cassandra env.sh?