mirror of https://github.com/apache/cassandra
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:
parent
0c84342d3a
commit
13c9bff1fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue