Alluxio free cache

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

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.

Last updated