RAD
ProductsLanguageHome
  • Rapid Alluxio Deployer (beta)
  • Get started
    • Sign up
    • Deploy
      • Create a Managed Access
      • Create a cluster
      • View cluster details
      • Delete cluster
    • Demos
      • FIO
    • Running jobs
      • Alluxio free cache
      • Fio benchmark
  • Architecture and Security
    • Split plane architecture
Powered by GitBook
On this page
  1. Get started
  2. Running jobs

Alluxio free cache

Last updated 7 months ago

The AlluxioFreeCache job runs the CLI command for evicting cached data from workers, also described in its .

bin/alluxio job free --path ufsPath

The value for ufsPath is parsed from the mount points of the cluster, such that all cached data is evicted.

At the completion of the AlluxioFree job, the completed progress report is returned as the job output.

documentation