Re: Setting the default replication factor for Solandra cores

2012-09-20 Thread shubham srivastava
With Solandra as well you can use the Cassandra Cli to do the needful. The location would be [~/Solandra/bin/] . Regards, Shubham On Fri, Sep 21, 2012 at 6:56 AM, aaron morton wrote: > I want to set the replication factor = 2, > > This is part of the CREATE KEYSPACE command, not sure where this

Re: Setting the default replication factor for Solandra cores

2012-09-20 Thread aaron morton
> I want to set the replication factor = 2, This is part of the CREATE KEYSPACE command, not sure where this is in solandra. I would recommend using RF 3 as a minimum. > , and the default replications strategy to be RackAwareStrategy. That's a very old strategy. The default is NetworkTopolog

Re: Setting the default replication factor for Solandra cores

2012-09-19 Thread Michael Kjellman
If I recall correctly you should make those changes in the schema through the CLI. I never ended up running Solandra in production though so I'm not sure if anyone else has better options. Why is the CLI not enough? On Sep 19, 2012, at 5:56 AM, "Safdar Kureishy" mailto:safdar.kurei...@gmail.co