AMBARI-21696. Spark thrift service was alerting for connectivity for all newly 
created clusters. (Mingjie Tang via stoader)


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

Branch: refs/heads/branch-feature-AMBARI-21450
Commit: a7e8dd9d2334e69a70f833131415951dca79527c
Parents: 3a85a2c
Author: Mingjie Tang <mt...@hortonworks.com>
Authored: Thu Aug 10 11:36:21 2017 +0200
Committer: Toader, Sebastian <stoa...@hortonworks.com>
Committed: Thu Aug 10 21:52:00 2017 +0200

----------------------------------------------------------------------
 .../SPARK/1.2.1/package/scripts/alerts/alert_spark_thrift_port.py  | 2 +-
 .../2.0.0/package/scripts/alerts/alert_spark2_thrift_port.py       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a7e8dd9d/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_thrift_port.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_thrift_port.py
 
b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_thrift_port.py
index 93a2de8..3f80fd9 100644
--- 
a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_thrift_port.py
+++ 
b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_thrift_port.py
@@ -44,7 +44,7 @@ HIVE_SERVER2_PRINCIPAL_KEY = 
'{{hive-site/hive.server2.authentication.kerberos.p
 # The configured Kerberos executable search paths, if any
 KERBEROS_EXECUTABLE_SEARCH_PATHS_KEY = 
'{{kerberos-env/executable_search_paths}}'
 
-THRIFT_PORT_DEFAULT = 10015
+THRIFT_PORT_DEFAULT = 10001
 HIVE_SERVER_TRANSPORT_MODE_DEFAULT = 'binary'
 
 HIVEUSER_DEFAULT = 'hive'

http://git-wip-us.apache.org/repos/asf/ambari/blob/a7e8dd9d/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/package/scripts/alerts/alert_spark2_thrift_port.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/package/scripts/alerts/alert_spark2_thrift_port.py
 
b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/package/scripts/alerts/alert_spark2_thrift_port.py
index 1ce4aca..9e1afea 100644
--- 
a/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/package/scripts/alerts/alert_spark2_thrift_port.py
+++ 
b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/package/scripts/alerts/alert_spark2_thrift_port.py
@@ -45,7 +45,7 @@ HIVE_SERVER2_PRINCIPAL_KEY = 
'{{hive-site/hive.server2.authentication.kerberos.p
 # The configured Kerberos executable search paths, if any
 KERBEROS_EXECUTABLE_SEARCH_PATHS_KEY = 
'{{kerberos-env/executable_search_paths}}'
 
-THRIFT_PORT_DEFAULT = 10016
+THRIFT_PORT_DEFAULT = 10002
 HIVE_SERVER_TRANSPORT_MODE_DEFAULT = 'binary'
 
 HIVEUSER_DEFAULT = 'hive'

Reply via email to