Re: Getting client only example to work

2010-09-17 Thread Jonathan Ellis
You can run them both on the same machine, but it's always been the case that multiple instances of StorageProxy need to be on different IPs. So you'll have to override ListenAddress. On Thu, Sep 16, 2010 at 4:20 PM, Asif Jan asif@gmail.com wrote: ok, did something about the message service

Getting client only example to work

2010-09-16 Thread Asif Jan
Hi I am using 0.7.0-beta1 , and trying to get the contrib/client_only example to work. I am running cassandra on host1, and trying to access it from host2. When using thirft (via cassandra-cli) and in my application; I am able to connect and do all operations as expected. But I am not

Re: Getting client only example to work

2010-09-16 Thread Gary Dusbabek
I discovered some problems with the fat client earlier this week when I tried using it. It needs some fixes to keep up with all the 0.7 changes. Gary. On Thu, Sep 16, 2010 at 05:48, Asif Jan asif@gmail.com wrote: Hi I am usingĀ 0.7.0-beta1 , and trying to get the contrib/client_only

Re: Getting client only example to work

2010-09-16 Thread Asif Jan
ok, did something about the message service changed in the initClient method; essentially now one can not call initClient when a cassandra instance is running on the same machine. thanks On Sep 16, 2010, at 3:48 PM, Gary Dusbabek wrote: I discovered some problems with the fat client