Support Questions

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

fine tuning for ambari cluster parameters

avatar

hi all

python yarn-utils.py script is a nice tool that Determining HDP Memory Configuration Settings

background - https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_command-line-installation/content/determ...

I want to know about other tools that can help us to perform fine tuning to the ambari cluster

there are many other parameters that python yarn-utils.py isn't covered and need to set them according to the HW system

for example - yarn.nodemanager.resource.cpu-vcores and many many others


please help us to know if there are other tools that can help us to give the right values for many aparmters and by this way we can set them in the ambari cluster


Michael-Bronson
1 ACCEPTED SOLUTION

avatar
Super Guru

@Michael Bronson,

These parameters are calculated by the stack advisor based on the host's memory and CPU info.

You can check the code in /var/lib/ambari-server/resources/stacks/HDP/2.2/services/stack_advisor.py under recommendYARNConfigurations method

Thanks,

Aditya

View solution in original post

3 REPLIES 3

avatar
Super Guru

@Michael Bronson,

These parameters are calculated by the stack advisor based on the host's memory and CPU info.

You can check the code in /var/lib/ambari-server/resources/stacks/HDP/2.2/services/stack_advisor.py under recommendYARNConfigurations method

Thanks,

Aditya

avatar

Do you mean that the parameters are already calculated during amabri instalaltion or we can use this toll to set new update parameters?

Michael-Bronson

avatar
Super Guru

@Michael Bronson,

These are not calculated during ambari installation. These are calculated by the stack advisor which is called when we change any configuration and try to restart our service (or) for the first time when you add the service. Stack advisor populates the recommended configurations in the respective fields based on the system's resources.