Clearing the data from DataStax Enterprise
Remove all data from any type of installation.
Package installation
To clear the data from the default directories:
-
After Stop the service.
-
Run one of the following commands:
sudo rm -rf /var/lib/cassandra/* ## Remove all data
sudo rm -rf /var/lib/cassandra/data/* ## Remove only the data directories
Tarball installation
To clear all data from the default directories:
-
Stop the DataStax Enterprise process.
-
Remove the data from the installation location:
cd <installation_location>
Run one of the following commands:
sudo rm -rf data/* commitlog/* saved_caches/* hints/* ## Remove all data
sudo rm -rf data/* ## Remove only the data directories