Re: Command to display config values

2012-01-25 Thread aaron morton
AFAIk there is nothing that can do that. It would be possible to add an MBean to show the config as it was loaded. But some config values can be changed in a running system and not all of these are reflected back into the central config. So it would not be accurate. When the file is loaded the

Re: Command to display config values

2012-01-24 Thread A J
Yes, I can see the yaml files. But I need to confirm through some database query that the change in yaml on node restart was picked up by the database. On Tue, Jan 24, 2012 at 7:07 PM, aaron morton wrote: > Nothing through those API's, can you check the yaml file ? > > Cheers > >

Re: Command to display config values

2012-01-24 Thread aaron morton
Nothing through those API's, can you check the yaml file ? Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 25/01/2012, at 10:10 AM, A J wrote: > Is there a command in cqlsh or cassandra CLI that can display the > various values of the conf

Command to display config values

2012-01-24 Thread A J
Is there a command in cqlsh or cassandra CLI that can display the various values of the configuration parameters at use. I am particularly interested in finding the value of ' commitlog_sync' that the current session is using ? Thanks. AJ