Repository: ambari Updated Branches: refs/heads/branch-2.5 e875aa3ae -> 862786b4a
AMBARI-19756. Add common log rotation settings to hive log4j2 -test fix (Madhuvanthi Radhakrishnan via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/862786b4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/862786b4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/862786b4 Branch: refs/heads/branch-2.5 Commit: 862786b4a90e7e1d7efd9a96fa576a0fb5ca9f02 Parents: e875aa3 Author: Sumit Mohanty <[email protected]> Authored: Mon Jan 30 10:18:39 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Mon Jan 30 10:34:31 2017 -0800 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.5/upgrades/config-upgrade.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/862786b4/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml index 4bda941..157e0e9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml @@ -345,17 +345,6 @@ </definition> </changes> </component> - <component name = "WEBHCAT_SERVER"> - <changes> - <definition xsi:type="configure" id="webhcat_log4j_parameterize" summary="Parameterizing Webhcat Log4J Properties"> - <type>webhcat-log4j</type> - <set key="webhcat_log_maxfilesize" value="256"/> - <set key = "webhcat_log_maxbackupindex" value="20"/> - <replace key="content" find="log4j.appender.standard = org.apache.log4j.DailyRollingFileAppender" replace-with="log4j.appender.standard = org.apache.log4j.DailyRollingFileAppender
log4j.appender.standard.MaxFileSize = {{webhcat_log_maxfilesize}}MB"/> - <replace key="content" find="log4j.appender.standard = org.apache.log4j.DailyRollingFileAppender" replace-with="log4j.appender.standard = org.apache.log4j.DailyRollingFileAppender
log4j.appender.standard.MaxBackupIndex = {{webhcat_log_maxbackupindex}}"/> - </definition> - </changes> - </component> </service> </services>
