On Sun, Jul 18, 2010 at 11:29 AM, Mubarak Seyed wrote:
> Looks like ClientOnlyExample starts itself up as Read-Only node and hence
> can't write, is it true?
Yes, as the name implies.
> I tried starting node from
> bin/cassandra (it did with bind to Thrift Address 127.0.0.2:9160) but
> ClientOnl
eyed
> wrote:
> > I am trying to load data using contrib/client_only/ClientOnlyExample.java
> to
> > write mutations using
> > StorageProxy.mutate().
> > When i run the ClientOnlyExample.class with write option against single
> node
> > server, it prints as if
to
> write mutations using
> StorageProxy.mutate().
> When i run the ClientOnlyExample.class with write option against single node
> server, it prints as if key has written, and shutting down the message
> service, i had to kill the JVM (as documented)
> When i try to read data usi
I am trying to load data using contrib/client_only/ClientOnlyExample.java to
write mutations using
StorageProxy.mutate().
When i run the ClientOnlyExample.class with write option against single node
server, it prints as if key has written, and shutting down the message
service, i had to kill the