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]
Created 12-22-2016 05:05 AM
Yarn web ui ( Resource manager ui) is slow and it takes time to load the page. IS there any setting which needs to be tuned to make it faster?
Created 12-22-2016 05:28 AM
@ARUN you can decrease the no of application display in yarn web ui controlled by yarn.resourcemanager.max-completed-applications parameters,ResourceManager will store by default 10000 completed applications in memory which could slow down UI
Created 12-22-2016 05:28 AM
@ARUN you can decrease the no of application display in yarn web ui controlled by yarn.resourcemanager.max-completed-applications parameters,ResourceManager will store by default 10000 completed applications in memory which could slow down UI
Created 12-22-2016 05:39 AM
Thanks @Rajkumar Singh, if i reduce this parameter and if i want to retrieve history will it be possible. say for example if i have set this value to 1000, will it be possible for me to retrieve jobs more than 1000 if needed?
Created 12-22-2016 05:42 AM
@ARUN yes you can still retrieve application stats from application timeline server(ATS)
Created 12-22-2016 06:16 AM
one quick question @Rajkumar Singh, can this property be set in the advnaced yarn-site section in ambari
old
<property>
<name>yarn.resourcemanager.state-store.max-completed-applications</name>
<value>${yarn.resourcemanager.max-completed-applications}</value>
</property>
new
<property>
<name>yarn.resourcemanager.state-store.max-completed-applications</name>
<value>1000</value>
</property>