Thanks Yuki - that fixed it. I upgraded Cassandra to the latest version to
match the trunk.
On 16 November 2015 at 03:23, Yuki Morishita wrote:
> This means your nodetool version and Cassandra version are different.
> When you 'git clone' it usually place you to 'trunk' version (the
> latest dev
This means your nodetool version and Cassandra version are different.
When you 'git clone' it usually place you to 'trunk' version (the
latest development branch that is not yet released.)
Use branch like cassandra-2.1 that matches your Cassandra version.
On Sat, Nov 14, 2015 at 9:04 PM, Michael E
Hi,
I want to start working on Cassandra-10660 but I'm having a problem running
the nodetool script I downloaded using 'git clone'.
After cloning the latest Cassandra version from Git, I execute the
following from the 'cassandra' directory:
./bin/nodetool -h 127.0.0.1 -p 7100 compact
and I rece