Known Issues Fixed in Cloudera Manager 4.1.4

— If you enable the "Use Trash" option in HDFS Client configurations, Cloudera Manager incorrectly configures the NameNode to empty the trash every minute.

In Cloudera Manager 4.1.2 and 4.1.3, if you enable the Use Trash option in HDFS Client configurations, Cloudera Manager incorrectly sets the NameNode's interval to empty the trash at one minute, and overrides the Filesystem Trash Interval configuration of the NameNode.

Severity: High

Resolution: Fixed in Cloudera Manager 4.1.4.

Workaround: Upgrade to Cloudera Manager 4.1.4. If you are using Cloudera Manager 4.1.2 and 4.1.3, add the following to the NameNode's hdfs-site.xml Safety Valve. Note that the fs.trash.interval property is specified in minutes.

<property> <name>fs.trash.interval</name> <value>1440</value> </property>