[
https://issues.apache.org/jira/browse/MAPREDUCE-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13723027#comment-13723027
]
Colin Patrick McCabe commented on MAPREDUCE-5430:
-------------------------------------------------
I think what's going on here is that {{DistributedCache}} is expecting
{{LocalFileSystem}} to preserve "fragments" (i.e., the things that come after
the hash mark in URIs) that are found in paths.
Example:
{code}
conf.set(MRJobConfig.CACHE_ARCHIVES, testTGZQualifiedPath + "#testTGZ");
{code}
I'll remove my earlier patch.
> TestMRApps#testSetClasspathWithArchives is failing
> --------------------------------------------------
>
> Key: MAPREDUCE-5430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5430
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: distributed-cache, mrv2
> Affects Versions: 2.3.0
> Reporter: Jason Lowe
>
> TestMRApps#testSetClasspathWithArchives is failing, stacktrace to follow.
--
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