Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

YARN cluster is not recognizing any active NodeManagers (Total Nodes: 0)

avatar
Explorer

I am trying to run an application on using hive and hadoop.

And, my YARN cluster is not recognizing any active NodeManagers

Terminal output on: yarn node -list

anushkakundu@AnushkaHP14:/opt/hadoop/bin$ /opt/hadoop/bin/yarn node -list
2024-05-23 17:07:47,933 INFO client.DefaultNoHARMFailoverProxyProvider: Connecting to ResourceManager at /0.0.0.0:8032
Total Nodes:0
         Node-Id         Node-State Node-Http-Address   Number-of-Running-Containers

One more thing: My terminal reads:

 The url to track the job: http://AnushkaHP14:8088/proxy/application_1716465092573_0001/

However http://AnushkaHP14:8088/proxy/application_1716465092573_0001/ says This site can’t be reached

I have done the following:

  1. Started Hadoop (verified by running jps), started hive (metastore and hiveserver2 are active.)
  2. Modified my yarn-site.xml to allocate appropriate resources.
  3. Re stared everything.

Any suggestions are really welcome.

1 ACCEPTED SOLUTION

avatar
Explorer

Nvm, solved it.

There was a problem with space allocation in yarn-site.xml. I checked the logs and corrected it. 

View solution in original post

1 REPLY 1

avatar
Explorer

Nvm, solved it.

There was a problem with space allocation in yarn-site.xml. I checked the logs and corrected it.