How can I tell if a folder is cached or not in Alluxio? And if a folder is cached, how can I uncache it?
How to check if folder is cached in Alluxio?
88 views Asked by ChanChan Mao At
1
How can I tell if a folder is cached or not in Alluxio? And if a folder is cached, how can I uncache it?
you can run
bin/alluxio fs ls /pathto check the percent of data cached in Alluxio.To free the file (or dir), run
bin/alluxio fs free /path