OK.
I have tens of nodes in my cluster. i'd like to get the states of these
nodes(alive, not etc ..). (it is just a first step to test cassandra)
So, i have downloaded the latest release.

*First terminal: *

../apache-cassandra-2.1.3/bin$ ./cassandra -f
.............

INFO  17:16:54 Starting listening for CQL clients on
localhost/127.0.0.1:9042...
INFO  17:16:54 Binding thrift service to localhost/127.0.0.1:9160
INFO  17:16:54 Listening for thrift clients...

*Second terminal:*
./nodetool gossipinfo -h localhost -p 9042
nodetool: Found unexpected parameters: [-h, localhost]
See 'nodetool help' or 'nodetool help <command>'.

Have you an idea please about the last message ?

Best Regards.
Thanks a lot.



2015-03-16 17:55 GMT+01:00 Michael Shuler <mich...@pbandjelly.org>:

> 2.0.13 is the latest release in the 2.0 branch. There is also the 2.1
> branch, which is currently at 2.1.3, and 2.1.4 is under development.
>
> This is all listed on http://cassandra.apache.org/download/ and this
> question may be best suited for the user mailing list :)
>
> --
> Michael
>
> On 03/16/2015 11:34 AM, jean paul wrote:
>
>> Hello,
>>
>> Please, i have a cluster of 10 nodes, so i have to download the last
>> version of cassandra and install it on each node, that's it ?
>>
>>
>> Thanks a lot.
>> Best Regards.
>>
>> 2015-03-16 16:39 GMT+01:00 Jake Luciani <j...@apache.org
>> <mailto:j...@apache.org>>:
>>
>>     Apache Cassandra is a fully distributed database. It is the right
>> choice
>>     when you need scalability and high availability without compromising
>>     performance.
>>
>>     http://cassandra.apache.org/
>>
>>     Downloads of source and binary distributions are listed in our
>> download
>>     section:
>>
>>     http://cassandra.apache.org/download/
>>
>>     This version is a bug fix release[1] on the 2.0 series. As always,
>>     please pay
>>     attention to the release notes[2] and Let us know[3] if you were to
>>     encounter
>>     any problem.
>>
>>     Enjoy!
>>
>>     [1]: http://goo.gl/Rh9gyx (CHANGES.txt)
>>     [2]: http://goo.gl/k8vIom (NEWS.txt)
>>     [3]: https://issues.apache.org/jira/browse/CASSANDRA
>>
>>
>>
>

Reply via email to