Details
Description
HADOOP-6080 provided an option for deleting files even when overquota, but the error message that's returned in this situation is unhelpful and doesn't suggest skipTrash as a remediation:
$ hdfs -rmr /foo/bar/bat/boo rmr: Failed to move to trash: hdfs://cluster/foo/bar/bat/boo
In this situation, the error message should say there was a quote problem and suggest -skipTrash.