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 wrote:
> ok, did something about the message service changed in the in
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 earlier
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 wrote:
>
> Hi
> I am usingĀ 0.7.0-beta1 , and trying to get the contrib/client_only example
> to work.
>
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 a