RE: How to configure the Cassandra connection using Hector

2012-06-05 Thread Prakrati Agrawal
, 2012 3:00 PM To: user@cassandra.apache.org Subject: RE: How to configure the Cassandra connection using Hector cluster = HFactory.getCluster("Test Cluster"); keySpace = HFactory.createKeyspace("mstream", cluster); These are the lines that I am executing and getting an error

RE: How to configure the Cassandra connection using Hector

2012-06-05 Thread MOHD ARSHAD SALEEM
M To: user@cassandra.apache.org Subject: RE: How to configure the Cassandra connection using Hector cluster = HFactory.getCluster("Test Cluster"); keySpace = HFactory.createKeyspace("mstream", cluster); These are the lines that I am executing and getting an error Prakrati Agra

RE: How to configure the Cassandra connection using Hector

2012-06-05 Thread Harshvardhan Ojha
05, 2012 3:00 PM To: user@cassandra.apache.org Subject: RE: How to configure the Cassandra connection using Hector cluster = HFactory.getCluster("Test Cluster"); keySpace = HFactory.createKeyspace("mstream", cluster); These are the lines that I am executing and getting an error

RE: How to configure the Cassandra connection using Hector

2012-06-05 Thread Prakrati Agrawal
a [mailto:harshvardhan.o...@makemytrip.com] Sent: Tuesday, June 05, 2012 2:59 PM To: user@cassandra.apache.org Subject: RE: How to configure the Cassandra connection using Hector Check if you have rightly provided your cluster name. Regards Harsh From: Prakrati Agrawal [mailto:prakrati.agra...@mu-sigma.

RE: How to configure the Cassandra connection using Hector

2012-06-05 Thread Harshvardhan Ojha
Check if you have rightly provided your cluster name. Regards Harsh From: Prakrati Agrawal [mailto:prakrati.agra...@mu-sigma.com] Sent: Tuesday, June 05, 2012 2:55 PM To: user@cassandra.apache.org Subject: How to configure the Cassandra connection using Hector Dear all, I am writing a java code