I had solved this problem.
I created the column family firstly, then it’s ok.
From: Ashish [mailto:paliwalash...@gmail.com]
Sent: Thursday, January 27, 2011 1:16 PM
To: user@cassandra.apache.org
Subject: Re: the java client problem
I have no clue about this error.. look into log files. They
26, 2011 10:31 PM
>
> *To:* user@cassandra.apache.org
> *Subject:* Re: the java client problem
>
>
>
> click on the loadSchema() button in right panel :)
>
> 2011/1/26 Raoyixuan (Shandy)
>
> I had find the loasschemafrom yaml by jconsole,How to load the schema ?
>
@cassandra.apache.org
> *Subject:* Re: the java client problem
>
>
>
> check cassandra-install-dir/conf/cassandra.yaml
>
>
>
> start cassandra
>
> connect via jconsole
>
> find MBeans -> org.apache.cassandra.db ->
> StorageService<http://wiki.ap
I had find the loasschemafrom yaml by jconsole,How to load the schema ?
From: Ashish [mailto:paliwalash...@gmail.com]
Sent: Friday, January 21, 2011 8:10 PM
To: user@cassandra.apache.org
Subject: Re: the java client problem
check cassandra-install-dir/conf/cassandra.yaml
start cassandra
HTH
ashish
2011/1/21 raoyixuan (Shandy)
> Which schema is it?
>
> *From:* Ashish [mailto:paliwalash...@gmail.com]
> *Sent:* Friday, January 21, 2011 7:57 PM
> *To:* user@cassandra.apache.org
> *Subject:* Re: the java client problem
>
>
>
> you are missing the co
Which schema is it?
From: Ashish [mailto:paliwalash...@gmail.com]
Sent: Friday, January 21, 2011 7:57 PM
To: user@cassandra.apache.org
Subject: Re: the java client problem
you are missing the column family in your keyspace.
If you are using the default definitions of schema shipped with
you are missing the column family in your keyspace.
If you are using the default definitions of schema shipped with cassandra,
ensure to load the schema from JMX.
thanks
ashish
2011/1/21 raoyixuan (Shandy)
> I exec the code as below by hector client:
>
>
>
> *package* com.riptano.cassandra.he
I exec the code as below by hector client:
package com.riptano.cassandra.hector.example;
import me.prettyprint.cassandra.serializers.StringSerializer;
import me.prettyprint.hector.api.Cluster;
import me.prettyprint.hector.api.Keyspace;
import me.prettyprint.hector.api.beans.HColumn;
import me.pret