Repository: ambari Updated Branches: refs/heads/trunk 5b80f4902 -> 5fea54102
AMBARI-16209. Write out new log property files under /etc/hive2/conf (smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5fea5410 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5fea5410 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5fea5410 Branch: refs/heads/trunk Commit: 5fea54102c8534ad80ee46bb56334eb2b2a24e33 Parents: 5b80f49 Author: Sumit Mohanty <[email protected]> Authored: Tue May 3 14:01:36 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Tue May 3 14:01:36 2016 -0700 ---------------------------------------------------------------------- .../HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml | 4 ++-- .../HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5fea5410/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml index 5c8f9a8..bf1edbb 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml @@ -23,7 +23,7 @@ <configuration supports_final="false" supports_adding_forbidden="true"> <property> <name>content</name> - <description>Custom log4j.properties</description> + <description>Custom llap-cli-log4j2.properties</description> <value> # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file @@ -66,7 +66,7 @@ appender.console.layout.pattern = %p %c{2}: %m%n appender.DRFA.type = RollingFile appender.DRFA.name = DRFA appender.DRFA.fileName = ${sys:hive.log.dir}/${sys:hive.log.file} -# Use %pid in the filePattern to append <process-id>@<host-name> to the filename if you want separate log files for different CLI session +# Use %pid in the filePattern to append process-id@host-name to the filename if you want separate log files for different CLI session appender.DRFA.filePattern = ${sys:hive.log.dir}/${sys:hive.log.file}.%d{yyyy-MM-dd} appender.DRFA.layout.type = PatternLayout appender.DRFA.layout.pattern = %d{ISO8601} %-5p [%t]: %c{2} (%F:%M(%L)) - %m%n http://git-wip-us.apache.org/repos/asf/ambari/blob/5fea5410/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml index 793ea7a..23a6761 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml @@ -23,7 +23,7 @@ <configuration supports_final="false" supports_adding_forbidden="true"> <property> <name>content</name> - <description>Custom log4j.properties</description> + <description>Custom llap-daemon-log4j2.properties</description> <value> # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file
