From 13c9bff1fa40a5a2f07b6c3dff742c4438ec75f2 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Wed, 16 Sep 2009 14:25:39 +0000 Subject: [PATCH] merged with cassandra-0.4 branch git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@815800 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 4e4bbd8198..1c84530d04 100644 --- a/README.txt +++ b/README.txt @@ -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