Quantcast
Channel: asirna Tracker
Viewing all articles
Browse latest Browse all 20

Re: Restart Resource Manager does not work, can not start YARN

$
0
0

@Andreas Kühnert,

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.


Viewing all articles
Browse latest Browse all 20

Trending Articles