Description
Scenario:-
Configure Deletion interval as 10 and Emptier interval as -1
Restart the namenode
Run the rm command hdfs dfs -rm /file
Actualoutput:-
In log it's printing the -1 value for emptierinverval but as per the code it's should be deletion interval value
2018-09-07 14:59:41,721 INFO org.apache.hadoop.fs.TrashPolicyDefault: Namenode trash configuration: Deletion interval = 10 minutes, Emptier interval = -1 minutes.
Exceptedoutput:-
Emptier interval value should be 10