Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2838318656 for ; Tue, 27 Oct 2015 02:27:28 +0000 (UTC) Received: (qmail 13884 invoked by uid 500); 27 Oct 2015 02:27:28 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 13821 invoked by uid 500); 27 Oct 2015 02:27:27 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 13810 invoked by uid 99); 27 Oct 2015 02:27:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2015 02:27:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B4CC02C1F5C for ; Tue, 27 Oct 2015 02:27:27 +0000 (UTC) Date: Tue, 27 Oct 2015 02:27:27 +0000 (UTC) From: "Tsuyoshi Ozawa (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3573) MiniMRYarnCluster constructor that starts the timeline server using a boolean should be marked deprecated 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/YARN-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14975562#comment-14975562 ] Tsuyoshi Ozawa commented on YARN-3573: -------------------------------------- [~brahmareddy] I think one of the test failures are related. Could you fix it? {quote} TestMiniMRClientCluster.testRestart:146 Address before restart: asf909.gq1.ygridcore.net:0 is different from new address: asf909.gq1.ygridcore.net:48695 expected:<...9.gq1.ygridcore.net:[0]> but was:<...9.gq1.ygridcore.net:[48695]> {quote} > MiniMRYarnCluster constructor that starts the timeline server using a boolean should be marked deprecated > --------------------------------------------------------------------------------------------------------- > > Key: YARN-3573 > URL: https://issues.apache.org/jira/browse/YARN-3573 > Project: Hadoop YARN > Issue Type: Test > Components: timelineserver > Affects Versions: 2.6.0 > Reporter: Mit Desai > Assignee: Brahma Reddy Battula > Attachments: YARN-3573-002.patch, YARN-3573.patch > > > {code}MiniMRYarnCluster(String testName, int noOfNMs, boolean enableAHS){code} > starts the timeline server using *boolean enableAHS*. It is better to have the timelineserver started based on the config value. > We should mark this constructor as deprecated to avoid its future use. -- This message was sent by Atlassian JIRA (v6.3.4#6332)