Re: temp/data

2010-12-08 Thread Robert Coli
On Wed, Dec 8, 2010 at 4:09 PM, Mark wrote: > What is this directory used for and how was it created? I believe you may be referring to the temp directory used for, for example, a place to put SSTable files which are created as a part of streaming? I presume, that like other directories used by

Re: temp/data

2010-12-08 Thread Aaron Morton
You'll need to provide some more information. Is it under / or under something else? What was in it?These are the yaml settings that control where cassandra stores data...# directories where Cassandra should store data on disk.data_file_directories:    - /var/lib/cassandra/data# commit logcommitlog

temp/data

2010-12-08 Thread Mark
What is this directory used for and how was it created?