----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58437/#review171957 -----------------------------------------------------------
Ship it! Ship It! - Sumit Mohanty On April 13, 2017, 10:21 p.m., Swapan Shridhar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/58437/ > ----------------------------------------------------------- > > (Updated April 13, 2017, 10:21 p.m.) > > > Review request for Ambari, Alejandro Fernandez and Sumit Mohanty. > > > Bugs: AMBARI-20763 > https://issues.apache.org/jira/browse/AMBARI-20763 > > > Repository: ambari > > > Description > ------- > > In 2.6, update the following YARN configs related to ATS: > > - **'yarn.timeline-service.entity-group-fs-store.app-cache-size'** on cluster > initialization/creation based on host memory. > - **'apptimelineserver_heapsize'** on : (1). cluster initialization/creation > and/or (2). when a change is detected in value for > 'yarn.timeline-service.entity-group-fs-store.app-cache-size', using formula: > > ats_heapsize = long(min(math.floor(host_mem/2), > long(yarn_timeline_app_cache_size) * 500 + 3072)) // Value in MB > > > Diffs > ----- > > > ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-env.xml > d04c3c5 > ambari-server/src/main/resources/stacks/HDP/2.6/services/stack_advisor.py > 53ff007 > ambari-server/src/test/python/stacks/2.5/common/test_stack_advisor.py > 42047d9 > ambari-server/src/test/python/stacks/2.6/common/test_stack_advisor.py > 5bfa1a9 > > > Diff: https://reviews.apache.org/r/58437/diff/1/ > > > Testing > ------- > > Yes, > > - Python UTs added. > - Tested on cluster. > > > Thanks, > > Swapan Shridhar > >
