; -Original Message-
> From: Edward Capriolo [mailto:edlinuxg...@gmail.com]
> Sent: 17 February 2013 21:49
> To: user@cassandra.apache.org
> Subject: Re: NPE in running "ClientOnlyExample"
>
> This is a bad example to follow. This is the internal client the Ca
some examples with I can start. I
> try to see some example from hector but it does seems to be in-line with
> Cassandra's 1.1 version.
>
> Regards,
> Rahul
>
>
> -Original Message-
> From: Edward Capriolo [mailto:edlinuxg...@gmail.com]
> Sent: 17 Febru
tor but it does seems to be in-line with
Cassandra's 1.1 version.
Regards,
Rahul
-Original Message-
From: Edward Capriolo [mailto:edlinuxg...@gmail.com]
Sent: 17 February 2013 21:49
To: user@cassandra.apache.org
Subject: Re: NPE in running "ClientOnlyExample"
This is a
This is a bad example to follow. This is the internal client the
Cassandra nodes use to talk to each other (fat client) usually you do
not use this unless you want to write some embedded code on the
Cassandra server.
Typically clients use thrift/native transport. But you are likely
getting the err
Hi All,
I am newbie to Cassandra and trying to run an example program
"ClientOnlyExample" taken from
https://raw.github.com/apache/cassandra/cassandra-1.2/examples/client_only/src/ClientOnlyExample.java.
But while executing the program it gives me a null pointer exception. Can you
guys pleas