Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

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
New Member

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.