Repository: ambari
Updated Branches:
  refs/heads/branch-rbac-sso 94083988f -> 5108e1820


AMBARI-14400. Spark server restart failed (java.lang.NumberFormatException) 
causing express upgrade to fail.


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

Branch: refs/heads/branch-rbac-sso
Commit: 5108e1820b46528aa9bc600ea83e6c2c24eb7dcb
Parents: 9408398
Author: Andrew Onishuk <[email protected]>
Authored: Thu Dec 17 18:37:36 2015 +0200
Committer: Andrew Onishuk <[email protected]>
Committed: Thu Dec 17 18:37:36 2015 +0200

----------------------------------------------------------------------
 .../common-services/SPARK/1.2.0.2.2/package/scripts/params.py      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5108e182/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/params.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/params.py
 
b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/params.py
index 5e2c10c..59aeb19 100644
--- 
a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/params.py
+++ 
b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/params.py
@@ -103,7 +103,7 @@ spark_jobhistoryserver_hosts = 
default("/clusterHostInfo/spark_jobhistoryserver_
 
 if len(spark_jobhistoryserver_hosts) > 0:
   spark_history_server_host = spark_jobhistoryserver_hosts[0]
-else:SPARK/1.2.0.2.2/package/scripts/params.py
+else:
   spark_history_server_host = "localhost"
 
 # spark-defaults params

Reply via email to