Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "RunningCassandraInEclipse" page has been changed by DavidWeiser. The comment on this change is: Added clarification. http://wiki.apache.org/cassandra/RunningCassandraInEclipse?action=diff&rev1=19&rev2=20 -------------------------------------------------- -ea -Xmx1G }}} - Below are another set of VM arguments for running Cassandra 0.7+ in Windows. Notice that for config file property has changed to cassandra.config from storage-config in 0.6 and that all the files need to have file: perpended in Windows. + Below are another set of VM arguments for running Cassandra 0.7+ in Windows. Notice that for config file property has changed to cassandra.config from storage-config in 0.6 and that all the files need to have "file:" perpended, for example: {{{ -Dcassandra.config=file:C:\Users\Joaquin\workspace\cassandra-3\conf\cassandra.yaml -Dcassandra-foreground -ea -Xmx1G -Dlog4j.configuration=file:C:\Users\Joaquin\workspace\cassandra-3\conf\log4j-server.properties + }}} + + or + {{{ + -Dcassandra.config=file:/home/david/programming/java/cassandra/conf/cassandra.yaml + -Dcassandra-foreground + -ea -Xmx1G + -Dlog4j.configuration=file:/home/david/programming/java/cassandra/conf/log4j-server.properties }}} Make sure to change the storage-config property so it defines the path to your storage-conf.xml file.
