----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50507/#review143741 -----------------------------------------------------------
Ship it! Ship It! - Sumit Mohanty On July 27, 2016, 3:11 p.m., Aravindan Vijayan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/50507/ > ----------------------------------------------------------- > > (Updated July 27, 2016, 3:11 p.m.) > > > Review request for Ambari, Dmytro Sen, Sumit Mohanty, Sushanth Sowmyan, and > Sid Wagle. > > > Bugs: AMBARI-17886 > https://issues.apache.org/jira/browse/AMBARI-17886 > > > Repository: ambari > > > Description > ------- > > Out of disk space issues are seen due to the sheer amount of logs being > produced by hive after addition of metrics. For this, a single change needs > to be done to the log4j properties offered by Ambari to fix this. > > The following needs to be added to the HDP 2.5 hive-log4j config. > > # Silence HadoopMetrics2Reporter INFO logs > log4j.logger.com.github.joshelser.dropwizard.metrics.hadoop=WARN,DRFA > > Similar changes need to be made to the hive-log4j2 as well. > > > Diffs > ----- > > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-log4j.xml > c3575fb > > ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-log4j.xml > PRE-CREATION > > ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-log4j2.xml > edec332 > > Diff: https://reviews.apache.org/r/50507/diff/ > > > Testing > ------- > > Manually tested. > > > Thanks, > > Aravindan Vijayan > >