Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "RunningCassandraInIDEA" page has been changed by EdwardCapriolo. The comment on this change is: Cassandra 7.0 does not use storage-conf for loading server configuration anymore. http://wiki.apache.org/cassandra/RunningCassandraInIDEA?action=diff&rev1=20&rev2=21 -------------------------------------------------- org.apache.cassandra.thrift.CassandraDaemon }}} - * VM Parameters + * VM Parameters for Cassandra up to 6.0 {{{ -Dcassandra-foreground -Dstorage-config=@@@ -ea -Xmx1G }}} - Replace @@@ above with the path to your conf folder, eg mine is "/Users/schildmeijer/workspace/cassandra/conf". The flags above are taken from the cassandra shell script. + Replace @@@ above with the path to your conf folder, eg mine is "/Users/schildmeijer/workspace/cassandra/conf". The flags above are taken from the cassandra shell script. + + * VM Parameters for Cassandra 7.0 + {{{ + -Dcassandra-foreground -Dcassandra.config=@@@ -ea -Xmx1G + }}} + + Replace @@@ above with the path to your cassandra.yaml as a URI, eg mine is "file:///home/edward/idea/conf/cassandra.yaml". + * Working Directory
