Re: After 'git clone', nodetool results in AttributeNotFoundException

2015-11-15 Thread Michael Edge
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

Re: After 'git clone', nodetool results in AttributeNotFoundException

2015-11-15 Thread Yuki Morishita
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

After 'git clone', nodetool results in AttributeNotFoundException

2015-11-14 Thread Michael Edge
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