You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2016/12/02 23:49:44 UTC

ambari git commit: AMBARI-19071. Ambari Server Unit Test failure on branch-2.5 and trunk: org.apache.ambari.server.state.ServicePropertiesTest.validatePropertySchemaOfServiceXMLs.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 e7c2fdd70 -> 0462cf954


AMBARI-19071. Ambari Server Unit Test failure on branch-2.5 and trunk: org.apache.ambari.server.state.ServicePropertiesTest.validatePropertySchemaOfServiceXMLs.(vbrodetskyi)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0462cf95
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0462cf95
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0462cf95

Branch: refs/heads/branch-2.5
Commit: 0462cf95434c70a5d8a64fe02d6ff94eac021c5a
Parents: e7c2fdd
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Sat Dec 3 01:49:33 2016 +0200
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Sat Dec 3 01:49:33 2016 +0200

----------------------------------------------------------------------
 .../1.0/services/HAPPY/configuration/happy-alert-config.xml     | 5 +++++
 .../1.0/services/HBASE/configuration/hbase-alert-config.xml     | 5 +++++
 .../PERF/1.0/services/HDFS/configuration/hdfs-alert-config.xml  | 5 +++++
 .../1.0/services/SLEEPY/configuration/sleepy-alert-config.xml   | 5 +++++
 .../PERF/1.0/services/SNOW/configuration/snow-alert-config.xml  | 5 +++++
 .../PERF/1.0/services/YARN/configuration/yarn-alert-config.xml  | 5 +++++
 .../1.0/services/ZOOKEEPER/configuration/zk-alert-config.xml    | 5 +++++
 7 files changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0462cf95/ambari-server/src/main/resources/stacks/PERF/1.0/services/HAPPY/configuration/happy-alert-config.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/services/HAPPY/configuration/happy-alert-config.xml b/ambari-server/src/main/resources/stacks/PERF/1.0/services/HAPPY/configuration/happy-alert-config.xml
index 760e706..392eea7 100644
--- a/ambari-server/src/main/resources/stacks/PERF/1.0/services/HAPPY/configuration/happy-alert-config.xml
+++ b/ambari-server/src/main/resources/stacks/PERF/1.0/services/HAPPY/configuration/happy-alert-config.xml
@@ -26,6 +26,7 @@
             This property describes type of alert behaviour.
             There are three types percentage, timeout, flip.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -37,6 +38,7 @@
             set to "percentage". Here you should set percent of successful
             alert checks.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -48,6 +50,7 @@
             set to "timeout". Here you should set result which alert will
             return after timeout, false|true|none.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
     <property>
@@ -58,6 +61,7 @@
             set to "timeout". Here you should set number of seconds for
             alert to sleep.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -69,6 +73,7 @@
             set to "flip". Here you should set number of minutes at which
             the alert should flip from true|false.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/0462cf95/ambari-server/src/main/resources/stacks/PERF/1.0/services/HBASE/configuration/hbase-alert-config.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/services/HBASE/configuration/hbase-alert-config.xml b/ambari-server/src/main/resources/stacks/PERF/1.0/services/HBASE/configuration/hbase-alert-config.xml
index 760e706..392eea7 100644
--- a/ambari-server/src/main/resources/stacks/PERF/1.0/services/HBASE/configuration/hbase-alert-config.xml
+++ b/ambari-server/src/main/resources/stacks/PERF/1.0/services/HBASE/configuration/hbase-alert-config.xml
@@ -26,6 +26,7 @@
             This property describes type of alert behaviour.
             There are three types percentage, timeout, flip.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -37,6 +38,7 @@
             set to "percentage". Here you should set percent of successful
             alert checks.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -48,6 +50,7 @@
             set to "timeout". Here you should set result which alert will
             return after timeout, false|true|none.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
     <property>
@@ -58,6 +61,7 @@
             set to "timeout". Here you should set number of seconds for
             alert to sleep.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -69,6 +73,7 @@
             set to "flip". Here you should set number of minutes at which
             the alert should flip from true|false.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/0462cf95/ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/configuration/hdfs-alert-config.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/configuration/hdfs-alert-config.xml b/ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/configuration/hdfs-alert-config.xml
index 760e706..392eea7 100644
--- a/ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/configuration/hdfs-alert-config.xml
+++ b/ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/configuration/hdfs-alert-config.xml
@@ -26,6 +26,7 @@
             This property describes type of alert behaviour.
             There are three types percentage, timeout, flip.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -37,6 +38,7 @@
             set to "percentage". Here you should set percent of successful
             alert checks.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -48,6 +50,7 @@
             set to "timeout". Here you should set result which alert will
             return after timeout, false|true|none.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
     <property>
@@ -58,6 +61,7 @@
             set to "timeout". Here you should set number of seconds for
             alert to sleep.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -69,6 +73,7 @@
             set to "flip". Here you should set number of minutes at which
             the alert should flip from true|false.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/0462cf95/ambari-server/src/main/resources/stacks/PERF/1.0/services/SLEEPY/configuration/sleepy-alert-config.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/services/SLEEPY/configuration/sleepy-alert-config.xml b/ambari-server/src/main/resources/stacks/PERF/1.0/services/SLEEPY/configuration/sleepy-alert-config.xml
index 760e706..392eea7 100644
--- a/ambari-server/src/main/resources/stacks/PERF/1.0/services/SLEEPY/configuration/sleepy-alert-config.xml
+++ b/ambari-server/src/main/resources/stacks/PERF/1.0/services/SLEEPY/configuration/sleepy-alert-config.xml
@@ -26,6 +26,7 @@
             This property describes type of alert behaviour.
             There are three types percentage, timeout, flip.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -37,6 +38,7 @@
             set to "percentage". Here you should set percent of successful
             alert checks.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -48,6 +50,7 @@
             set to "timeout". Here you should set result which alert will
             return after timeout, false|true|none.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
     <property>
@@ -58,6 +61,7 @@
             set to "timeout". Here you should set number of seconds for
             alert to sleep.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -69,6 +73,7 @@
             set to "flip". Here you should set number of minutes at which
             the alert should flip from true|false.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/0462cf95/ambari-server/src/main/resources/stacks/PERF/1.0/services/SNOW/configuration/snow-alert-config.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/services/SNOW/configuration/snow-alert-config.xml b/ambari-server/src/main/resources/stacks/PERF/1.0/services/SNOW/configuration/snow-alert-config.xml
index 760e706..392eea7 100644
--- a/ambari-server/src/main/resources/stacks/PERF/1.0/services/SNOW/configuration/snow-alert-config.xml
+++ b/ambari-server/src/main/resources/stacks/PERF/1.0/services/SNOW/configuration/snow-alert-config.xml
@@ -26,6 +26,7 @@
             This property describes type of alert behaviour.
             There are three types percentage, timeout, flip.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -37,6 +38,7 @@
             set to "percentage". Here you should set percent of successful
             alert checks.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -48,6 +50,7 @@
             set to "timeout". Here you should set result which alert will
             return after timeout, false|true|none.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
     <property>
@@ -58,6 +61,7 @@
             set to "timeout". Here you should set number of seconds for
             alert to sleep.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -69,6 +73,7 @@
             set to "flip". Here you should set number of minutes at which
             the alert should flip from true|false.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/0462cf95/ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/configuration/yarn-alert-config.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/configuration/yarn-alert-config.xml b/ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/configuration/yarn-alert-config.xml
index 760e706..392eea7 100644
--- a/ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/configuration/yarn-alert-config.xml
+++ b/ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/configuration/yarn-alert-config.xml
@@ -26,6 +26,7 @@
             This property describes type of alert behaviour.
             There are three types percentage, timeout, flip.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -37,6 +38,7 @@
             set to "percentage". Here you should set percent of successful
             alert checks.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -48,6 +50,7 @@
             set to "timeout". Here you should set result which alert will
             return after timeout, false|true|none.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
     <property>
@@ -58,6 +61,7 @@
             set to "timeout". Here you should set number of seconds for
             alert to sleep.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -69,6 +73,7 @@
             set to "flip". Here you should set number of minutes at which
             the alert should flip from true|false.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/0462cf95/ambari-server/src/main/resources/stacks/PERF/1.0/services/ZOOKEEPER/configuration/zk-alert-config.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/services/ZOOKEEPER/configuration/zk-alert-config.xml b/ambari-server/src/main/resources/stacks/PERF/1.0/services/ZOOKEEPER/configuration/zk-alert-config.xml
index 760e706..392eea7 100644
--- a/ambari-server/src/main/resources/stacks/PERF/1.0/services/ZOOKEEPER/configuration/zk-alert-config.xml
+++ b/ambari-server/src/main/resources/stacks/PERF/1.0/services/ZOOKEEPER/configuration/zk-alert-config.xml
@@ -26,6 +26,7 @@
             This property describes type of alert behaviour.
             There are three types percentage, timeout, flip.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -37,6 +38,7 @@
             set to "percentage". Here you should set percent of successful
             alert checks.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -48,6 +50,7 @@
             set to "timeout". Here you should set result which alert will
             return after timeout, false|true|none.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
     <property>
@@ -58,6 +61,7 @@
             set to "timeout". Here you should set number of seconds for
             alert to sleep.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>
 
 
@@ -69,6 +73,7 @@
             set to "flip". Here you should set number of minutes at which
             the alert should flip from true|false.
         </description>
+        <on-ambari-upgrade add="false"/>
     </property>