I can clear trash under my user folder by running hadoop fs -expunge
This gets rid of files that are older than the fs.trash.interval
value. Is there a for expunge to happen automatically to recover diskspace?
Also I see the following output when I run expunge
[cloudera@localhost conf]$ hadoop fs -expunge
14/07/17 15:43:54 INFO fs.TrashPolicyDefault: Namenode trash configuration: Deletion interval = 1 minutes, Emptier interval = 0 minutes.
The emptier interval is 0 which suggests that automated clean up is turned off. Where is this value configured?