Re: NPE in running ClientOnlyExample

2013-02-18 Thread Abhijit Chanda
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 February 2013 21:49 To: user@cassandra.apache.org Subject: Re: NPE in running ClientOnlyExample

Re: NPE in running ClientOnlyExample

2013-02-18 Thread aaron morton
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 Cassandra nodes use to talk to each other (fat client) usually you do not use this unless you want to write some embedded code

Re: NPE in running ClientOnlyExample

2013-02-17 Thread Edward Capriolo
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

RE: NPE in running ClientOnlyExample

2013-02-17 Thread Jain Rahul
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 bad example to follow

NPE in running ClientOnlyExample

2013-02-16 Thread Jain Rahul
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 please