AMBARI-21696. Spark thrift service was alerting for connectivity for all newly created clusters. (Mingjie Tang via stoader)
(cherry picked from commit 43c0e4946709d73bf3009dcfed68eb9820184382) Change-Id: I99f64f803905584fcc5e14d066eca00027df0e43 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7f01766a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7f01766a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7f01766a Branch: refs/heads/2.5-maint Commit: 7f01766af7de4366b7c334211ad9d972c4b6d207 Parents: 816ebb5 Author: Mingjie Tang <[email protected]> Authored: Thu Aug 10 11:36:21 2017 +0200 Committer: [email protected] <[email protected]> Committed: Thu Aug 10 19:56:35 2017 +0000 ---------------------------------------------------------------------- .../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/7f01766a/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/7f01766a/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'
