You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/01/25 18:57:22 UTC

[33/50] [abbrv] ambari git commit: AMBARI-19682. Small fixes for common log rotation (Madhuvanthi Radhakrishnan via smohanty)

AMBARI-19682. Small fixes for common log rotation (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/1b630ebc
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1b630ebc
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1b630ebc

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 1b630ebc6406ac2d81b375d4b503e028f6609c0e
Parents: 2a2b4e9
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Tue Jan 24 13:59:57 2017 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Tue Jan 24 14:00:24 2017 -0800

----------------------------------------------------------------------
 .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml   | 8 ++++----
 .../LOGSEARCH/0.5.0/configuration/logfeeder-log4j.xml        | 4 ++--
 .../LOGSEARCH/0.5.0/configuration/logsearch-log4j.xml        | 4 ++--
 .../YARN/2.1.0.2.0/configuration/yarn-log4j.xml              | 4 ++--
 .../ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml        | 4 ++--
 .../HDP/2.3/services/YARN/configuration/yarn-log4j.xml       | 4 ++--
 6 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1b630ebc/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml
index f5a2640..742cfe4 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml
@@ -24,7 +24,7 @@
     <name>ams_hbase_log_maxfilesize</name>
     <value>256</value>
     <description>The maximum size of backup file before the log is rotated</description>
-    <display-name>HBase Log: backup file size</display-name>
+    <display-name>AMS HBase Log: backup file size</display-name>
     <value-attributes>
       <unit>MB</unit>
     </value-attributes>
@@ -34,7 +34,7 @@
     <name>ams_hbase_log_maxbackupindex</name>
     <value>20</value>
     <description>The number of backup files</description>
-    <display-name>HBase Log: # of backup files</display-name>
+    <display-name>AMS HBase Log: # of backup files</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>
@@ -45,7 +45,7 @@
     <name>ams_hbase_security_log_maxfilesize</name>
     <value>256</value>
     <description>The maximum size of backup file before the log is rotated</description>
-    <display-name>HBase Security Log: backup file size</display-name>
+    <display-name>AMS HBase Security Log: backup file size</display-name>
     <value-attributes>
       <unit>MB</unit>
     </value-attributes>
@@ -55,7 +55,7 @@
     <name>ams_hbase_security_log_maxbackupindex</name>
     <value>20</value>
     <description>The number of backup files</description>
-    <display-name>HBase Security Log: # of backup files</display-name>
+    <display-name>AMS HBase Security Log: # of backup files</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>

http://git-wip-us.apache.org/repos/asf/ambari/blob/1b630ebc/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-log4j.xml b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-log4j.xml
index 33749ff..ba33a00 100644
--- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-log4j.xml
+++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-log4j.xml
@@ -46,7 +46,7 @@
     <name>logfeeder_json_log_maxfilesize</name>
     <value>10</value>
     <description>The maximum size of backup file before the log is rotated</description>
-    <display-name>Log Feeder Json Log: backup file size</display-name>
+    <display-name>Log Feeder JSON Log: backup file size</display-name>
     <value-attributes>
       <unit>MB</unit>
     </value-attributes>
@@ -56,7 +56,7 @@
     <name>logfeeder_json_log_maxbackupindex</name>
     <value>10</value>
     <description>The number of backup files</description>
-    <display-name>Log Feeder Json Log: # of backup files</display-name>
+    <display-name>Log Feeder JSON Log: # of backup files</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>

http://git-wip-us.apache.org/repos/asf/ambari/blob/1b630ebc/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-log4j.xml b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-log4j.xml
index a845741..31f7d57 100644
--- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-log4j.xml
+++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-log4j.xml
@@ -47,7 +47,7 @@
     <name>logsearch_json_log_maxfilesize</name>
     <value>10</value>
     <description>The maximum size of backup file before the log is rotated</description>
-    <display-name>Log Search Json Log: backup file size</display-name>
+    <display-name>Log Search JSON Log: backup file size</display-name>
     <value-attributes>
       <unit>MB</unit>
     </value-attributes>
@@ -57,7 +57,7 @@
     <name>logsearch_json_log_maxbackupindex</name>
     <value>10</value>
     <description>The number of backup files</description>
-    <display-name>Log Search Json Log: # of backup files</display-name>
+    <display-name>Log Search JSON Log: # of backup files</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>

http://git-wip-us.apache.org/repos/asf/ambari/blob/1b630ebc/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml
index 41a3c0e..a49ad04 100644
--- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml
+++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml
@@ -24,7 +24,7 @@
     <name>yarn_rm_summary_log_max_backup_size</name>
     <value>256</value>
     <description>The maximum size of backup file before the log is rotated</description>
-    <display-name>Yarn Log: backup file size</display-name>
+    <display-name>YARN Log: backup file size</display-name>
     <value-attributes>
         <unit>MB</unit>
     </value-attributes>
@@ -34,7 +34,7 @@
       <name>yarn_rm_summary_log_number_of_backup_files</name>
       <value>20</value>
       <description>The number of backup files</description>
-      <display-name>Yarn Log: # of backup files</display-name>
+      <display-name>YARN Log: # of backup files</display-name>
     <value-attributes>
         <type>int</type>
         <minimum>0</minimum>

http://git-wip-us.apache.org/repos/asf/ambari/blob/1b630ebc/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml
index 75dba02..76dff64 100644
--- a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml
+++ b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml
@@ -24,7 +24,7 @@
     <name>zookeeper_log_max_backup_size</name>
     <value>10</value>
     <description>The maximum size of backup file before the log is rotated</description>
-    <display-name>Zookeeper Log: backup file size</display-name>
+    <display-name>ZooKeeper Log: backup file size</display-name>
     <value-attributes>
       <unit>MB</unit>
     </value-attributes>
@@ -34,7 +34,7 @@
     <name>zookeeper_log_number_of_backup_files</name>
     <value>10</value>
     <description>The number of backup files</description>
-    <display-name>Zookeeper Log: # of backup files</display-name>
+    <display-name>ZooKeeper Log: # of backup files</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>

http://git-wip-us.apache.org/repos/asf/ambari/blob/1b630ebc/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml
index 7816591..3f5e48e 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml
@@ -24,7 +24,7 @@
     <name>yarn_rm_summary_log_max_backup_size</name>
     <value>256</value>
     <description>The maximum size of backup file before the log is rotated</description>
-    <display-name>Yarn Log: backup file size</display-name>
+    <display-name>YARN Log: backup file size</display-name>
     <value-attributes>
         <unit>MB</unit>
     </value-attributes>
@@ -34,7 +34,7 @@
       <name>yarn_rm_summary_log_number_of_backup_files</name>
       <value>20</value>
       <description>The number of backup files</description>
-      <display-name>Yarn Log: # of backup files</display-name>
+      <display-name>YARN Log: # of backup files</display-name>
     <value-attributes>
         <type>int</type>
         <minimum>0</minimum>