From ebe20a9e0d0df1fe24d7c6259dad9e10b733a4d4 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Fri, 29 Aug 2014 07:18:10 +0000 Subject: New port: databases/cassandra2 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 --- databases/cassandra2/files/patch-env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 databases/cassandra2/files/patch-env (limited to 'databases/cassandra2/files/patch-env') diff --git a/databases/cassandra2/files/patch-env b/databases/cassandra2/files/patch-env new file mode 100644 index 000000000000..caacf9cbfe48 --- /dev/null +++ b/databases/cassandra2/files/patch-env @@ -0,0 +1,7 @@ +--- conf/cassandra-env.sh.orig 2011-11-04 11:47:16.000000000 +0100 ++++ conf/cassandra-env.sh 2011-11-09 16:50:50.124144710 +0100 +@@ -192,3 +192,4 @@ + JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.port=$JMX_PORT" + JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl=false" + JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false" ++JVM_OPTS="$JVM_OPTS $JVM_OVERRIDE_OPTS" -- cgit v1.2.3