Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Yarn available memory

avatar
Rising Star

Hello,

In Ambari main page, I noticed that it is writtent that Yarn only have 7G RAM available :

5135-yarn7g.png

But I have a 4 nodes cluster with at least 11.5G Ram available

5134-yarn3.png

Here is my Yarn configurations :

5136-yarn.png

5137-yarn2.png

Why Yarn doesn't have 28G RAM available ?

Regards.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

@Arthur GREVIN it appears you only have one nodemanager deployed on those nodes. It is allocating 7 GB from that single node and that is why it is showing only that. You would need to deploy nodemanagers on the other 3 existing nodes.

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

@Arthur GREVIN it appears you only have one nodemanager deployed on those nodes. It is allocating 7 GB from that single node and that is why it is showing only that. You would need to deploy nodemanagers on the other 3 existing nodes.

avatar

what this widget is showing is from this configuration "Memory Node " which you have set as 7 gb. That is the only usable memory which can be allocated to Yarn containers in total. You can increase up to 11 gb. Hope I got your question correctly.