Re: Hector client usage

2010-05-27 Thread Jonathan Ellis
UnavailableException means "all the nodes that should have this data, are down." On Thu, May 27, 2010 at 12:01 PM, Atul Gosain wrote: > Forgot to attach the class . > > On Thu, May 27, 2010 at 11:17 PM, Atul Gosain wrote: >> >> Hi >> >>   Im trying to use Hector client to insert and then read th

Re: Hector client usage

2010-05-27 Thread Atul Gosain
Forgot to attach the class . On Thu, May 27, 2010 at 11:17 PM, Atul Gosain wrote: > Hi > > Im trying to use Hector client to insert and then read the data from > cassandra. While im able to write the data and able to see that thru > cassandra-client cli, im not able to read that from the progr

Hector client usage

2010-05-27 Thread Atul Gosain
Hi Im trying to use Hector client to insert and then read the data from cassandra. While im able to write the data and able to see that thru cassandra-client cli, im not able to read that from the program. Getting following error. What am in doing wrong in my program. Can someone help me here ?