summaryrefslogtreecommitdiff
path: root/databases/cassandra2/files/patch-env (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/cassandra2: update 2.0.10 -> 2.1.1Bartek Rutkowski2014-11-121-12/+0
| | | | | | | | | | | - Delete obsolete patch PR: 194698 Submitted by: Aleksey Ovcharenko <admins@perceptyx.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=372507
* databases/cassandra2: fix jdk7 invocationKurt Jaeger2014-09-051-7/+12
| | | | | | | | | PR: 193236 Submitted by: toshiro.biz@gmail.com Approved by: admins@perceptyx.com (maintainer) Notes: svn path=/head/; revision=367323
* New port: databases/cassandra2Kurt Jaeger2014-08-291-0/+7
Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems. Cassandra was open sourced by Facebook in 2008, where it was designed by one of the authors of Amazon's Dynamo. In a lot of ways you can think of Cassandra as Dynamo 2.0. Cassandra is in production use at Facebook but is still under heavy development. WWW: http://cassandra.apache.org/ The previous version is still available as databases/cassandra. PR: 186056 Submitted by: admins@perceptyx.com Notes: svn path=/head/; revision=366464