----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33666/#review81952 -----------------------------------------------------------
Ship it! Ship It! - Andrew Onischuk On April 29, 2015, 11:25 a.m., Dmitro Lisnichenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/33666/ > ----------------------------------------------------------- > > (Updated April 29, 2015, 11:25 a.m.) > > > Review request for Ambari and Andrew Onischuk. > > > Bugs: AMBARI-10829 > https://issues.apache.org/jira/browse/AMBARI-10829 > > > Repository: ambari > > > Description > ------- > > here's a parameter called "AppTimelineServer Java heap size" under YARN > > Configs. > Changing this does not affect the actual heap size used by AppTimeLineServer. > No matter what the setting is, 1024MB is always used. > This is because the yarn-env template has a bug. > The following line: > export YARN_HISTORYSERVER_HEAPSIZE={{apptimelineserver_heapsize}} > should be replaced with: > export YARN_TIMELINESERVER_HEAPSIZE={{apptimelineserver_heapsize}} > > > Diffs > ----- > > > ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-env.xml > dd3e3ef > > ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_1.3_to_2.2.json > 5ee2816 > > Diff: https://reviews.apache.org/r/33666/diff/ > > > Testing > ------- > > manual > > > Thanks, > > Dmitro Lisnichenko > >
