Member since
07-09-2018
1
Post
0
Kudos Received
0
Solutions
07-10-2018
03:19 PM
I solved this problem by change the owner and permission of dr.who path: chown -R root:root /var/log/hadoop/yarn/local/usercache/dr.who chmod -R 400 /var/log/hadoop/yarn/local/usercache/dr.who or chown -R root:root /hadoop/yarn/local/usercache/dr.who chmod -R 400 /hadoop/yarn/local/usercache/dr.who Now, the "NodeManagers" don't stop for this problem anymore.
... View more