RE: the java client problem

2011-01-26 Thread Raoyixuan (Shandy)
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

Re: the java client problem

2011-01-26 Thread Ashish
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 ? >

Re: the java client problem

2011-01-26 Thread Ashish
@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

RE: the java client problem

2011-01-25 Thread Raoyixuan (Shandy)
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

Re: the java client problem

2011-01-21 Thread Ashish
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

RE: the java client problem

2011-01-21 Thread 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 column family in your keyspace. If you are using the default definitions of schema shipped with

Re: the java client problem

2011-01-21 Thread Ashish
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

the java client problem

2011-01-21 Thread raoyixuan (Shandy)
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