Clearing the data as a stand-alone process

Remove data from a tarball installation.

Remove data from a tarball installation.

Procedure

  • To clear all data from the default directories, including the commitlog and saved_caches:
    1. Stop the process.
    2. Run the following command from the install directory:
      cd install_location
      $ sudo rm -rf data/*
  • To clear the only the data directory:
    1. Stop the process.
    2. Run the following command from the install directory:
      cd install_location
      $ sudo rm -rf data/data/*