How can I tell if a folder is cached or not in Alluxio? And if a folder is cached, how can I uncache it?
Asked
Active
Viewed 70 times
1 Answers
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