http://wiki.apache.org/cassandra/FAQ#no_keyspaces
On Mon, May 9, 2011 at 7:51 PM, Anurag Gujral <anurag.guj...@gmail.com>wrote: > 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 > memtable_flush_after_mins: 1440 > memtable_operations_in_millions: 100.0 > memtable_throughput_in_mb: 256 > min_compaction_threshold: 4 > name: data > read_repair_chance: 1.0 > row_cache_save_period_in_seconds: 0 > rows_cached: 10000000 > name: offline > replica_placement_strategy: > org.apache.cassandra.locator.RackUnawareStrategy > replication_factor: 1 > > Cassandra starts properly without giving any warnngs/error but does not > create the keyspace offline > which is defined above. > > Please suggest. > > Thanks > Anurag > -- Tyler Hobbs Software Engineer, DataStax <http://datastax.com/> Maintainer of the pycassa <http://github.com/pycassa/pycassa> Cassandra Python client library