Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC0CF189A4 for ; Wed, 16 Dec 2015 20:47:22 +0000 (UTC) Received: (qmail 14307 invoked by uid 500); 16 Dec 2015 20:47:22 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 14264 invoked by uid 500); 16 Dec 2015 20:47:22 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 14213 invoked by uid 99); 16 Dec 2015 20:47:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 20:47:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C627DDFFF0; Wed, 16 Dec 2015 20:47:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aonishuk@apache.org To: commits@ambari.apache.org Message-Id: <473d5496351d4db288a7a438385f8fc5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-14400. Spark server restart failed (java.lang.NumberFormatException) causing express upgrade to fail. (aonishuk) Date: Wed, 16 Dec 2015 20:47:21 +0000 (UTC) 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 Authored: Wed Dec 16 22:46:59 2015 +0200 Committer: Andrew Onishuk 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