> 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
>
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
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
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