BTW one other thing that I have not been able to debug today that maybe
someone can help me with:
I am using a three-node Cassandra cluster with Vagrant. The nodes in my
cluster are 192.168.200.11, 192.168.200.12, and 192.168.200.13.
If I use cqlsh to connect to 192.168.200.11, I see unique sets
All,
Has anyone used the Cassandra Chef cookbook
https://github.com/michaelklishin/cassandra-chef-cookbook and seen
"broadcast_address: 10.0.2.15" in /etc/cassandra/cassandra.yaml? I looked
through the source code for the cookbook and I have no idea how this is
happening.
I was able to fix this
Hi all,
I am working on a Hadoop InputFormat implementation that uses only the
native protocol Java driver and not the Thrift API. I am currently trying
to replicate some of the behavior of
*Cassandra.client.describe_ring(myKeyspace)* from the Thrift API. I would
like to do the following:
-