Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CE08B200AE4 for ; Fri, 10 Jun 2016 03:20:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC892160A59; Fri, 10 Jun 2016 01:20:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1F4EA160A58 for ; Fri, 10 Jun 2016 03:20:21 +0200 (CEST) Received: (qmail 4053 invoked by uid 500); 10 Jun 2016 01:20:21 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 4041 invoked by uid 99); 10 Jun 2016 01:20:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2016 01:20:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E5E772C033A for ; Fri, 10 Jun 2016 01:20:20 +0000 (UTC) Date: Fri, 10 Jun 2016 01:20:20 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-16715) Wrong memory conf in spark-env.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Jun 2016 01:20:23 -0000 [ https://issues.apache.org/jira/browse/AMBARI-16715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323694#comment-15323694 ] Hudson commented on AMBARI-16715: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #5047 (See [https://builds.apache.org/job/Ambari-trunk-Commit/5047/]) AMBARI-16715. Wrong memory conf in spark-env.xml (Weiqing Yang via (afernandez: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9b116fb28db774bb30a2d0c8e2f070e3b7c6d55d]) * ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-env.xml * ambari-server/src/main/resources/common-services/SPARK2/2.0.0/configuration/spark2-env.xml > Wrong memory conf in spark-env.xml > ---------------------------------- > > Key: AMBARI-16715 > URL: https://issues.apache.org/jira/browse/AMBARI-16715 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Environment: spark_2_2_4_15_9-master-1.2.1.2.2.4.15-9.el6.noarch > spark_2_2_4_15_9-python-1.2.1.2.2.4.15-9.el6.noarch > spark_2_2_4_15_9-worker-1.2.1.2.2.4.15-9.el6.noarch > spark_2_2_4_15_9-1.2.1.2.2.4.15-9.el6.noarch > Reporter: Weiqing Yang > Assignee: Weiqing Yang > Priority: Minor > Fix For: trunk, ambari-2.4.0 > > Attachments: 0001-AMBARI-16715-Wrong-memory-conf-in-spark-env.xml.patch, AMBARI-16715_v2.patch > > > In spark-env.xml, the memory value should not have space and a extra "b" character. "SPARK_DRIVER_MEMORY="512 Mb" #Memory for Master (e.g. 1000M, 2G) (Default: 512 Mb)", by default this line is commented but in case user uncommented it to change the memory settings then it will show a below error, so it's better to change it in the default template. > Error: > ./bin/spark-shell > Error: Could not find or load main class Mb -- This message was sent by Atlassian JIRA (v6.3.4#6332)