You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/04/29 14:10:24 UTC

ambari git commit: AMBARI-20892 - Indentation error in file causing build failure in ambari-server (Anita Jebaraj via jonathanhurley)

Repository: ambari
Updated Branches:
  refs/heads/trunk aa5a9d997 -> 4d59c595a


AMBARI-20892 - Indentation error in file causing build failure in ambari-server (Anita Jebaraj via jonathanhurley)


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

Branch: refs/heads/trunk
Commit: 4d59c595a35de1ed954183177ba2fc877adba246
Parents: aa5a9d9
Author: Jonathan Hurley <jh...@hortonworks.com>
Authored: Sat Apr 29 10:10:14 2017 -0400
Committer: Jonathan Hurley <jh...@hortonworks.com>
Committed: Sat Apr 29 10:10:14 2017 -0400

----------------------------------------------------------------------
 .../SPARK/1.2.1/package/scripts/alerts/alert_spark_livy_port.py    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4d59c595/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_livy_port.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_livy_port.py b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_livy_port.py
index 7396440..746a98e 100644
--- a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_livy_port.py
+++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/alerts/alert_spark_livy_port.py
@@ -103,7 +103,7 @@ def execute(configurations={}, parameters={}, host_name=None):
     # Get the configured Kerberos executable search paths, if any
     if KERBEROS_EXECUTABLE_SEARCH_PATHS_KEY in configurations:
         kerberos_executable_search_paths = configurations[KERBEROS_EXECUTABLE_SEARCH_PATHS_KEY]
-     else:
+    else:
         kerberos_executable_search_paths = None
 
     kinit_path_local = get_kinit_path(kerberos_executable_search_paths)