Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B89D418C5F for ; Fri, 12 Feb 2016 02:20:18 +0000 (UTC) Received: (qmail 25875 invoked by uid 500); 12 Feb 2016 02:20:18 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 25834 invoked by uid 500); 12 Feb 2016 02:20:18 -0000 Mailing-List: contact dev-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 dev@ambari.apache.org Received: (qmail 25803 invoked by uid 99); 12 Feb 2016 02:20:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2016 02:20:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 40BE52C1F57 for ; Fri, 12 Feb 2016 02:20:18 +0000 (UTC) Date: Fri, 12 Feb 2016 02:20:18 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-14715) TimelineServer configuration is missing in yarn-env.xml. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-14715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143895#comment-15143895 ] Akira AJISAKA commented on AMBARI-14715: ---------------------------------------- Hi [~aonishuk] and [~u39kun], would you please review my patch? > TimelineServer configuration is missing in yarn-env.xml. > -------------------------------------------------------- > > Key: AMBARI-14715 > URL: https://issues.apache.org/jira/browse/AMBARI-14715 > Project: Ambari > Issue Type: Bug > Components: stacks > Reporter: Akira AJISAKA > Assignee: Akira AJISAKA > Labels: newbie > Attachments: AMBARI-14715.001.patch > > > In yarn-env.xml, {{YARN_HISTORYSERVER_OPTS}} and {{YARN_HISTORYSERVER_HEAPSIZE}} are not valid for TimelineServer. > {noformat:title=ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml} > # Specify the max Heapsize for the HistoryManager using a numerical value > # in the scale of MB. For example, to specify an jvm option of -Xmx1000m, set > # the value to 1024. > # This value will be overridden by an Xmx setting specified in either YARN_OPTS > # and/or YARN_HISTORYSERVER_OPTS. > # If not specified, the default value will be picked from either YARN_HEAPMAX > # or JAVA_HEAP_MAX with YARN_HEAPMAX as the preferred option of the two. > export YARN_HISTORYSERVER_HEAPSIZE={{apptimelineserver_heapsize}} > {noformat} > {{HISTORYSERVER}} should be {{TIMELINESERVER}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)