Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 63E35105E3 for ; Sat, 2 Nov 2013 11:03:57 +0000 (UTC) Received: (qmail 14640 invoked by uid 500); 2 Nov 2013 11:03:37 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 14301 invoked by uid 500); 2 Nov 2013 11:03:27 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 14236 invoked by uid 99); 2 Nov 2013 11:03:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Nov 2013 11:03:22 +0000 Date: Sat, 2 Nov 2013 11:03:22 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-5604) TestMRAMWithNonNormalizedCapabilities fails on Windows due to exceeding max path length 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/MAPREDUCE-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811937#comment-13811937 ] Hudson commented on MAPREDUCE-5604: ----------------------------------- SUCCESS: Integrated in Hadoop-Yarn-trunk #380 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/380/]) MAPREDUCE-5604. TestMRAMWithNonNormalizedCapabilities fails on Windows due to exceeding max path length. Contributed by Chris Nauroth. (cnauroth: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1538035) * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRAMWithNonNormalizedCapabilities.java > TestMRAMWithNonNormalizedCapabilities fails on Windows due to exceeding max path length > --------------------------------------------------------------------------------------- > > Key: MAPREDUCE-5604 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5604 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Affects Versions: 3.0.0, 2.2.0 > Reporter: Chris Nauroth > Assignee: Chris Nauroth > Priority: Minor > Fix For: 3.0.0, 2.2.1 > > Attachments: MAPREDUCE-5604.1.patch > > > The test uses the full class name as a component of the {{yarn.nodemanager.local-dirs}} setting for a {{MiniMRYarnCluster}}. This causes container launch to fail when trying to access files at a path longer than the maximum of 260 characters. -- This message was sent by Atlassian JIRA (v6.1#6144)