You should be familiar with the main configuration file cassandra.yaml . Actually, it is a good practice to try to understand as much as possible, since it reflects well the Cassandra model and inner workings.
You want to change this parameter ( as per the documentation ):
data_file_directories¶
(Default: /var/lib/cassandra/data ) The directory location where table data
(SSTables) is stored.
source
share