I guess the directory got deleted somehow from HDFS. You can create it and try starting RM
# su hdfs # kinit -kt /etc/security/keytabs/hdfs.headless.keytab {principal} ---> Run this if your environment is kerberized # hdfs dfs -mkdir -p /ats/done # hdfs dfs -chown -R yarn:hadoop /ats/done
After running the commands, try to restart RM. If it fails with /ats/active directory not found, repeat the same steps changing the directory name.
.
If this works , please take a moment to login and "Accept" the answer.