0

How can I tell if a folder is cached or not in Alluxio? And if a folder is cached, how can I uncache it?

ChanChan Mao
  • 157
  • 8

1 Answers1

0

you can run bin/alluxio fs ls /path to check the percent of data cached in Alluxio.

To free the file (or dir), run bin/alluxio fs free /path

ChanChan Mao
  • 157
  • 8