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