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 667F9178F0 for ; Wed, 29 Oct 2014 19:24:35 +0000 (UTC) Received: (qmail 98699 invoked by uid 500); 29 Oct 2014 19:24:35 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 98662 invoked by uid 500); 29 Oct 2014 19:24:35 -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 98647 invoked by uid 99); 29 Oct 2014 19:24:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2014 19:24:35 +0000 Date: Wed, 29 Oct 2014 19:24:35 +0000 (UTC) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2769) Timeline server domain not set correctly when using shell_command on Windows 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-2769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188830#comment-14188830 ] Hudson commented on YARN-2769: ------------------------------ FAILURE: Integrated in Hadoop-trunk-Commit #6385 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/6385/]) YARN-2769. Fixed the problem that timeline domain is not set in distributed shell AM when using shell_command on Windows. Contributed by Varun Vasudev. (zjshen: rev a8c120222047280234c3411ce1c1c9b17f08c851) * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell/ApplicationMaster.java * hadoop-yarn-project/CHANGES.txt > Timeline server domain not set correctly when using shell_command on Windows > ---------------------------------------------------------------------------- > > Key: YARN-2769 > URL: https://issues.apache.org/jira/browse/YARN-2769 > Project: Hadoop YARN > Issue Type: Bug > Components: applications/distributed-shell > Reporter: Varun Vasudev > Assignee: Varun Vasudev > Fix For: 2.6.0 > > Attachments: apache-yarn-2769.0.patch > > > The bug is caught by one of the unit tests which fails. > {noformat} > Running org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 37.661 sec <<< FAILURE! - in org.apache.hadoop.yarn.applications.distribut > testDSShellWithDomain(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell) Time elapsed: 37.366 sec <<< FAILURE! > org.junit.ComparisonFailure: expected:<[TEST_DOMAIN]> but was:<[DEFAULT]> > at org.junit.Assert.assertEquals(Assert.java:115) > at org.junit.Assert.assertEquals(Assert.java:144) > at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShell(TestDistributedShell.java:290) > at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShellWithDomain(TestDistributedShell.java:179) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)