Repository: ambari Updated Branches: refs/heads/trunk 74a9d7223 -> c7c991e85
AMBARI-14400. Spark server restart failed (java.lang.NumberFormatException) causing express upgrade to fail. (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c7c991e8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c7c991e8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c7c991e8 Branch: refs/heads/trunk Commit: c7c991e85ab22400901f9c66798d4c1f8d0e4949 Parents: 74a9d72 Author: Andrew Onishuk <[email protected]> Authored: Wed Dec 16 22:46:59 2015 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Wed Dec 16 22:47:10 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/c7c991e8/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
