The schema is not loaded from cassandra.yaml by default. You need to either
load it through jconsole or define it through CLI. Please read following
page for details:
http://wiki.apache.org/cassandra/LiveSchemaUpdates
Also look for "Where are my keyspaces" on following page:
http://wiki.apache.org
Cassandra doesn't load any keyspaces by default. You have to manually do it
once. Using loadSchemaFromYAML method exposed by JMX
On Thu, Jan 6, 2011 at 2:00 PM, felix gao wrote:
> Hi all,
>
> I started cassandra with very thing untouched in the conf folder, when I
> examine the cassandra.yaml
Hi all,
I started cassandra with very thing untouched in the conf folder, when I
examine the cassandra.yaml file, there seems to be a default keyspace
defined like below.
keyspaces:
- name: Keyspace1
replica_placement_strategy:
org.apache.cassandra.locator.SimpleStrategy
replicatio