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 8825A200B29 for ; Wed, 15 Jun 2016 18:39:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 86F05160A4D; Wed, 15 Jun 2016 16:39:11 +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 064E9160A5D for ; Wed, 15 Jun 2016 18:39:10 +0200 (CEST) Received: (qmail 42028 invoked by uid 500); 15 Jun 2016 16:39:10 -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 41936 invoked by uid 99); 15 Jun 2016 16:39:09 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 16:39:09 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9D0882C1F69 for ; Wed, 15 Jun 2016 16:39:09 +0000 (UTC) Date: Wed, 15 Jun 2016 16:39:09 +0000 (UTC) From: "Jayush Luniya (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-17145) Unformatted configs remain in zeppelin-env.sh MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Jun 2016 16:39:11 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayush Luniya updated AMBARI-17145: ----------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > Unformatted configs remain in zeppelin-env.sh > --------------------------------------------- > > Key: AMBARI-17145 > URL: https://issues.apache.org/jira/browse/AMBARI-17145 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: trunk > Environment: CentOS7.2 > Reporter: Masahiro Tanaka > Assignee: Masahiro Tanaka > Attachments: AMBARI-17145.patch > > > When we just installed Zeppelin Notebook, {{/etc/zeppelin/conf/zeppelin-env.sh}} is like this > {code} > # Spark master url. eg. spark://master_addr:7077. Leave empty if you want to use local mode > export MASTER=yarn-client > export SPARK_YARN_JAR={spark_jar_dir}/zeppelin-spark-0.5.5-SNAPSHOT.jar > (snip) > {code} > It maybe ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py doesn't import {{from resource_management.libraries.functions.format import format}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)