You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2013/10/31 07:11:27 UTC

[jira] [Updated] (MAPREDUCE-5604) TestMRAMWithNonNormalizedCapabilities fails on Windows due to exceeding max path length

     [ https://issues.apache.org/jira/browse/MAPREDUCE-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Nauroth updated MAPREDUCE-5604:
-------------------------------------

    Attachment: MAPREDUCE-5604.1.patch

I'm attaching a patch that applies the same fix we've used in similar cases: use the simple class name instead of the fullly qualified class name so that the testing directory is shorter.

> 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: client, test
>    Affects Versions: 3.0.0, 2.2.0
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>            Priority: Minor
>         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)