This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ab4b5217f809657e500057c87271365b990e7ed9
tree 5e77384aa8d2cda2f237a090970c122d0f1aca38
parent bee9e4b8ee71bb89cd942eae8a0db5d4a56c53e3
tree 5e77384aa8d2cda2f237a090970c122d0f1aca38
parent bee9e4b8ee71bb89cd942eae8a0db5d4a56c53e3
helenus /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE.txt | ||
| |
NOTICE.txt | ||
| |
README.txt | ||
| |
bin/ | ||
| |
build.xml | ||
| |
conf/ | ||
| |
interface/ | ||
| |
lib/ | ||
| |
src/ | ||
| |
test/ |
README.txt
Cassandra README
================
Cassandra is a P2P based distributed storage system
that provides structured storage.
Cassandra is distributed under the Apache License, Version 2.0
Installation
------------
* Please use jdk 1.7; Cassandra will run with 1.6 but
frequently core dumps on quad-core machines
* Unpack the tar ball:
tar xvzf cassandra-<version>.tar.gz
* cd into the new cassandra-<version> directory
* Run "ant jar"
Congratulations, Cassandra is now installed.
Setup
------
* Create the logging directory, set in conf/logging.props.
The default directory is /var/cassandra/logs
* For information on the configuration parameters,
see http://code.google.com/p/the-cassandra-project/wiki/ConfReference
Starting the server
-------------------
* cd into the cassandra-<version> directory
* ensure you have write privileges on the data directories
* start the server:
./bin/start-server &
Ensure the server is running
----------------------------
* Check if the process exists, e.g.:
ps -ef | grep cassandra
* Open a web browser, and point it at:
http://<node on which the server is running>:7002
* Open up jconsole and observe the process is running.
Stopping the server
-------------------
* cd into the cassandra-<version> directory
* stop the server:
./bin/stop-server








