Hi Vinayak,
Which UFS are you using?.
- The error message is expected behavior when you attempt to delete a file/directory from Alluxio when its contents (including sub-directories/files) are not loaded into Alluxio previously.
- You can turn this feature off using the parameter alluxio.user.file.delete.unchecked=true
To reproduce this create a directory in the UFS (not through Alluxio) with a file in it. Then attempt to delete the directory in Alluxio w/o listing its contents first.
Let me
Thanks,
Adit