You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Mark <st...@gmail.com> on 2010/12/09 01:09:02 UTC

temp/data

What is this directory used for and how was it created?



Re: temp/data

Posted by Robert Coli <rc...@digg.com>.
On Wed, Dec 8, 2010 at 4:09 PM, Mark <st...@gmail.com> 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 Cassandra, it was
created by a best-faith effort from Cassandra to ensure that all
relevant directories exist.

=Rob

Re: temp/data

Posted by Aaron Morton <aa...@thelastpickle.com>.
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 log
commitlog_directory: /var/lib/cassandra/commitlog

# saved caches
saved_caches_directory: /var/lib/cassandra/saved_caches


Aaron


On 09 Dec, 2010,at 01:09 PM, Mark <st...@gmail.com> wrote:

What is this directory used for and how was it created?