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 - StorageServicehttp://wiki.apache.org/cassandra/StorageService - Operations - loadSchemaFromYAML load

Re: the java client problem

2011-01-26 Thread Ashish
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) raoyix...@huawei.com I had find the loasschemafrom yaml by jconsole,How to load the schema ? *From:* Ashish

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

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

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

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) raoyix...@huawei.com I exec the code as below by hector client: *package*

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

Re: the java client problem

2011-01-21 Thread Ashish
raoyixuan (Shandy) raoyix...@huawei.com 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