Re: cassandra not reading keyspaces defined in cassandra.yaml

2011-05-09 Thread Paul Loy
http://wiki.apache.org/cassandra/FAQ#no_keyspaces On Tue, May 10, 2011 at 6:21 AM, Narendra Sharma wrote: > Look for "Where are my keyspaces?" on following page: > *http://wiki.apache.org/cassandra/StorageConfiguration > * > On Mon, May 9, 2011 at 5:51 PM, Anurag Gujral wrote: > >> Hi All, >>

Re: cassandra not reading keyspaces defined in cassandra.yaml

2011-05-09 Thread Narendra Sharma
Look for "Where are my keyspaces?" on following page: *http://wiki.apache.org/cassandra/StorageConfiguration * On Mon, May 9, 2011 at 5:51 PM, Anurag Gujral wrote: > Hi All, >I have following in my cassandra.yaml > keyspaces: > - column_families: > - column_metadata: [] > column_

Re: cassandra not reading keyspaces defined in cassandra.yaml

2011-05-09 Thread Tyler Hobbs
http://wiki.apache.org/cassandra/FAQ#no_keyspaces On Mon, May 9, 2011 at 7:51 PM, Anurag Gujral wrote: > Hi All, >I have following in my cassandra.yaml > keyspaces: > - column_families: > - column_metadata: [] > column_type: Standard > compare_with: BytesType > gc_grace_

cassandra not reading keyspaces defined in cassandra.yaml

2011-05-09 Thread Anurag Gujral
Hi All, I have following in my cassandra.yaml keyspaces: - column_families: - column_metadata: [] column_type: Standard compare_with: BytesType gc_grace_seconds: 86400 key_cache_save_period_in_seconds: 14400 keys_cached: 0.0 max_compaction_threshold: 32 memt