How to set Cassandra config directory path

2013-11-20 Thread Bhathiya Jayasekara
Hi all, I'm trying to set conf directory path to Cassandra. According to [1], I can set it using a system variable as *cassandra.config= * But it doesn't seem to work for me when I give conf directory path. I get following exception. *[2013-11-20 22:24:38,273] ERROR {org.apache.cassandra.config

Re: Restrict Cassandra users seeing all keyspaces

2013-11-08 Thread Bhathiya Jayasekara
Hi Mikhail, Thank you for pointing out. It is helpful. Thanks, Bhathiya On Fri, Nov 8, 2013 at 1:18 PM, Mikhail Stepura wrote: > Please take a look at https://issues.apache.org/jira/browse/CASSANDRA-6266for > details > > -M > > "Bhathiya Jayasekara" wrote in

Restrict Cassandra users seeing all keyspaces

2013-11-07 Thread Bhathiya Jayasekara
Hi all, If I understood correctly, in Cassandra, authenticated users can see the list of all keyspaces. (i.e. full schema) Is that the default behavior in Cassandra? Can we restrict that behavior? Thanks, Bhathiya