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 /path to check the percent of data cached in Alluxio.
bin/alluxio fs ls /path
To free the file (or dir), run bin/alluxio fs free /path
bin/alluxio fs free /path