You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2014/06/18 04:22:21 UTC

[Cassandra Wiki] Trivial Update of "HowToDebug" by DaveBrosius

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "HowToDebug" page has been changed by DaveBrosius:
https://wiki.apache.org/cassandra/HowToDebug?action=diff&rev1=17&rev2=18

  
  On Linux systems, by default, Cassandra writes various pieces of data to directories that are not owned by the normal user. This will cause failures when debugging in eclipse. To address this you can chown the directories, or if you don't have rights, you should adjust various settings in the cassandra.yaml, cassandra-env.sh and log4j-server.properties files inside the conf directory to account for this. For debugging purposes you probably want to place these in some directory(s) under your home directory. 
  
-  * Note in 2.1 and greater, then data directory by default is found in the cassandra directory
+  {{Note in 2.1 and greater, then data directory by default is found in the cassandra directory}}
  
    1. The entries in the cassandra.yaml file that are effected are: