rename a cluster in cassandra 1.2.6

2013-06-18 Thread Paco a.k.a. "Francisco Trujillo"
I am using cassandra 1.2.6 in cluster with a single node. I am trying to rename the cluster using the instructions in: Cassandra clustername mismatch After doing all the steps indicate I continue with the same error when I start cassandra after change the cassandra.yaml file Do anyone Know if

RE: differences between DataStax Community Edition and Cassandra package

2013-04-18 Thread Francisco Trujillo
free version of Ops Centre. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 17/04/2013, at 6:36 PM, Francisco Trujillo mailto:f.truji...@genetwister.nl>> wrote: Hi everyone Probably this question has been for

RE: Cassandra Client Recommendation

2013-04-16 Thread Francisco Trujillo
Hi We are using Cassandra 1.6 at this moment. We start to work with Hector, because it is the first recommendation that you can find in a simple google search for java clients Cassandra. We start using Hector but when we start to have non dynamically column families, that can be managed using

Re: about take snaphots

2012-11-26 Thread Francisco Trujillo Hacha
es, it is the normal behaviour for snapshots. > > > 2012/11/26 Francisco Trujillo Hacha > >> Hi >> >> I have a one node cassandra installation (1.1.6) with only one column >> family. When i tried to execute: >> >> ./nodetool -h 172.31.7.26 -p 7199 sna

Re: monitor cassandra 1.1.6 with MX4J

2012-11-12 Thread Francisco Trujillo Hacha
dress and port. > MX4J_ADDRESS="-Dmx4jaddress=0.0.0.0" > MX4J_PORT="-Dmx4jport=8081" > > And then add this: > > JVM_OPTS="$JVM_OPTS $MX4J_ADDRESS" > JVM_OPTS="$JVM_OPTS $MX4J_PORT" > > somewhere in the end of the file where JV