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/24d8802d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/24d8802d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/24d8802d Branch: refs/heads/feature-branch-AMBARI-21307 Commit: 24d8802d6369244a666044397ff29c3775a44dcd Parents: d2ac184 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:48:09 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/24d8802d/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/24d8802d/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'