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 <gre1...@gmail.com> wrote:

> 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
>       replication_factor: 1
>       column_families:
>         - name: Standard1
>
> my question is when I ran the cassandra-cli and show keyspaces; only system
> keyspace is there.  What is going on?
>
> Thanks,
>
> Felix
>
>

Reply via email to