I am using Hortonworks environment for big data processing.
I observed that as part of Map Reduce jobs from Hive/Oozie/Pig etc my below local cache directory is getting filled up.It creates one folder for every map reduce execution with the jar files.
/hadoop/yarn/local/usercache/root/filecache
Is it fine if I delete these folders directly? is there any configuration that I can set to remove it automatically?