Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The following page has been changed by EricEvans: http://wiki.apache.org/cassandra/GettingStarted ------------------------------------------------------------------------------ 1. set ListenAddress to something all the nodes can resolve. Setting it to empty will always do the Right Thing *if* the node is properly configured (hostname, name resolution, etc), and the Right Thing is to use the address associated with the hostname. Otherwise, set a public IP address here. 1. use `bin/nodeprobe -host X ring` where X is each machine in your cluster to make sure all the nodes see each other + === Unofficial Debian Package === + + To install on Debian or Debian derivatives, use the following sources: + + {{{ + deb http://people.apache.org/~eevans/debian cassandra/ + deb-src http://people.apache.org/~eevans/debian cassandra/ + }}} + + Some things to be aware of: + * Logs are kept in `/var/log/cassandra` + * The configuration files are located in `/etc/cassandra` + * Start-up options (heap size, etc) can be configured in `/etc/default/cassandra` + + === Next steps: === 1. DataModel explains the Cassandra ColumnFamily data model
