Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 264 Vote(s) - 3.52 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you install/download a specific version of the cassandra distributed database in mac os x?

#1
I was trying to install Cassandra 2.0.5 for my Mac OS X (mavericks) but whenever I googled install Cassandra 2.0.5 I can't seem to find how to install the specific version of Cassandra that I want to install.


Is there a way to install a specific version of cassandra in general? Maybe through brew or something like that? Or whatever, I just want to install Cassandra 2.0.5 (but a more general procedure might be more useful in the long term).

Reply

#2
TL;DR; You can get em [here](

[To see links please register here]

).

But.. there's a fun way too using git:

// -b cassandra-2.0 because you want a 2.0.x version of C*
// if you want a 2.1.x version use -b cassandra-2.1 and so on for other branches
git clone -b cassandra-2.0 git://git.apache.org/cassandra.git
cd cassandra
git tag -l

You'll now get a long list of different verions, here is a short segment of said list:

cassandra-2.0.0-beta2
cassandra-2.0.0-rc1
cassandra-2.0.0-rc2
cassandra-2.0.1
cassandra-2.0.2
cassandra-2.0.3
cassandra-2.0.4
cassandra-2.0.5

Next you can checkout the tag:

git checkout tags/cassandra-2.0.5

Finally you build C* using `ant build` and you're all set to `./bin/cassandra -f`
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through