merged with cassandra-0.4 branch

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@815800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2009-09-16 14:25:39 +00:00
parent 0c84342d3a
commit 13c9bff1fa
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ and running, and demonstrate some simple reads and writes.
* tar -zxvf cassandra-$VERSION.tgz
* cd cassandra-$VERSION
* sudo mkdir -p /var/cassandra/logs
* sudo chown `whoami` -R /var/cassandra
* sudo mkdir -p /var/log/cassandra
* sudo chown -R `whoami` /var/lib/cassandra
Note: The sample configuration files in conf/ determine the file-system
locations Cassandra uses for logging and data storage. You are free to