summaryrefslogtreecommitdiff
path: root/databases/cassandra2/files/patch-env
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-08-29 07:18:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-08-29 07:18:10 +0000
commitebe20a9e0d0df1fe24d7c6259dad9e10b733a4d4 (patch)
tree518dc15059e009282af1509c63926b7a21576a65 /databases/cassandra2/files/patch-env
parentAllow staging as a regular user and simplify (diff)
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
Notes
Notes: svn path=/head/; revision=366464
Diffstat (limited to 'databases/cassandra2/files/patch-env')
-rw-r--r--databases/cassandra2/files/patch-env7
1 files changed, 7 insertions, 0 deletions
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"