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 56029D2BE for ; Mon, 10 Dec 2012 21:09:21 +0000 (UTC) Received: (qmail 44340 invoked by uid 500); 10 Dec 2012 21:09:21 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 44311 invoked by uid 500); 10 Dec 2012 21:09:21 -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 44302 invoked by uid 99); 10 Dec 2012 21:09:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 21:09:21 +0000 Date: Mon, 10 Dec 2012 21:09:21 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-260) YARN tests have multiple failures on Windows due to "Queue configuration missing" 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-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528291#comment-13528291 ] Chris Nauroth commented on YARN-260: ------------------------------------ We'll need to resolve multiple issues to get the trunk streaming tests working on Windows: # {{TestStreaming}} tries to set up input and output paths for HDFS based on the local test directory, including drive spec. This gets rejected, because ':' is invalid in HDFS file names. We'll need to check for Windows in {{TestStreaming}} and strip off the drive spec. # When {{DefaultContainerExecutor#launchContainer}} creates the container command array, the result may include a leading slash before the drive spec, which Windows won't allow. This can be solved using {{Path#toString}}, which already has the logic for removing the leading slash on Windows if it has a drive spec. # Getting past all of that, container launch still fails, because the log output of {{StreamJob}} shows that we are generating command lines that exceed the Windows maximum (~8000 characters). > YARN tests have multiple failures on Windows due to "Queue configuration missing" > --------------------------------------------------------------------------------- > > Key: YARN-260 > URL: https://issues.apache.org/jira/browse/YARN-260 > Project: Hadoop YARN > Issue Type: Bug > Components: applications > Affects Versions: trunk-win > Reporter: Chris Nauroth > Assignee: Chris Nauroth > > There are multiple test failures due to "Queue configuration missing child queue names for root". -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira