[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16520586#comment-16520586
 ] 

Miklos Szegedi commented on MAPREDUCE-7114:
-------------------------------------------

Thank you for the patch [~grepas].
{code:java}
410     if (linkPathParent != null) {
411       linkPathParent = linkPathParent.normalize();
412     }
413     java.nio.file.Path normalizedLinkPath =
414     linkPathParent == null ? null : linkPathParent.normalize();
415     if (normalizedLinkPath != null && jarParent.normalize().equals({code}
What is the point of normalizing {{linkPathParent}} twice?

> Make FrameworkUploader symlink ignore improvement
> -------------------------------------------------
>
>                 Key: MAPREDUCE-7114
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7114
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 3.1.0
>            Reporter: Gergo Repas
>            Assignee: Gergo Repas
>            Priority: Major
>         Attachments: MAPREDUCE-7114.000.patch, MAPREDUCE-7114.001.patch, 
> MAPREDUCE-7114.002.patch
>
>
> /dir1/dir2/./hadoop-common.jar style symlinks are not ignored, even if they 
> link to a file within the same directory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to