AMBARI-22556 - Reduce load from STS health check (Mingjie Tang via 
jonathanhurley)


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

Branch: refs/heads/branch-feature-AMBARI-21674
Commit: 158c94ae32d31d65c2141acd4cb26ed765a181e1
Parents: 88b59a6
Author: Jonathan Hurley <jhur...@hortonworks.com>
Authored: Fri Dec 1 16:33:59 2017 -0500
Committer: Jonathan Hurley <jhur...@hortonworks.com>
Committed: Fri Dec 1 16:35:13 2017 -0500

----------------------------------------------------------------------
 .../src/main/resources/common-services/SPARK/1.2.1/alerts.json     | 2 +-
 .../src/main/resources/common-services/SPARK2/2.0.0/alerts.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/158c94ae/ambari-server/src/main/resources/common-services/SPARK/1.2.1/alerts.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/alerts.json 
b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/alerts.json
index 5035ecf..173aacd 100644
--- a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/alerts.json
+++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/alerts.json
@@ -57,7 +57,7 @@
         "name": "spark_thriftserver_status",
         "label": "Spark Thrift Server",
         "description": "This host-level alert is triggered if the Spark Thrift 
Server cannot be determined to be up.",
-        "interval": 1,
+        "interval": 5,
         "scope": "HOST",
         "source": {
           "type": "SCRIPT",

http://git-wip-us.apache.org/repos/asf/ambari/blob/158c94ae/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json 
b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json
index 5d163ac..0bb4a8d 100755
--- a/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json
+++ b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json
@@ -57,7 +57,7 @@
         "name": "spark2_thriftserver_status",
         "label": "Spark2 Thrift Server",
         "description": "This host-level alert is triggered if the Spark2 
Thrift Server cannot be determined to be up.",
-        "interval": 1,
+        "interval": 5,
         "scope": "HOST",
         "source": {
           "type": "SCRIPT",

Reply via email to