Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

yarn is not listing all the nodes in the cluster

avatar
Rising Star

I am trying to use yarn distributed shell. I am executing yarn node -list command to list the nodes present in a 4 node HDP cluster. But it is only listing the node where i am executing the command, not the whole node list.

However, I am able to see all the datanodes and namenodes from Ambari UI.

1 ACCEPTED SOLUTION

avatar
Rising Star

Thanks, checking the log was helpfull. But restarting the Yarn RM resolved the issue.

View solution in original post

2 REPLIES 2

avatar
Explorer

Can you post just the output from /var/log/hadoop-yarn/yarn/yarn-yarn-resourcemanager-<host>.log when you run the command? Also is the ATS (Application Timeline Server) running?

avatar
Rising Star

Thanks, checking the log was helpfull. But restarting the Yarn RM resolved the issue.