Re: Two Cluster each with 12 nodes- Cassandra database

2013-04-11 Thread aaron morton
> I will be using `Pelops client` If you are starting out using Java I *strongly* suggest using this client https://github.com/Netflix/astyanax/ see the documentation here https://github.com/Netflix/astyanax/wiki > My understanding was to create the cluster with all the `24 nodes` as I will >

Re: Two Cluster each with 12 nodes- Cassandra database

2013-04-11 Thread Jabbar Azam
Hello, I don't know what pelops is. I'm not sure why you want two clusters. I would have two clusters if I want to have data stored on totally separate servers for perhaps security reasons. If you are going to have the servers in one location then you might as well have one cluster. You'll have t

Re: Two Cluster each with 12 nodes- Cassandra database

2013-04-11 Thread Raihan Jamal
Folks, Any thoughts on this? I am still in the learning process. So any guidance will be of great help. *Raihan Jamal* On Wed, Apr 10, 2013 at 10:39 PM, Raihan Jamal wrote: > I have started working on a project in which I am using `Cassandra > database`. > > Our production DBA's have setup

Two Cluster each with 12 nodes- Cassandra database

2013-04-10 Thread Raihan Jamal
I have started working on a project in which I am using `Cassandra database`. Our production DBA's have setup `two cluster` and each cluster will have `12 nodes`. I will be using `Pelops client` to read the data from Cassandra database. Now I am thinking what's the best way to create `Cluster` us