Remove UnresolvedLinkException from public FileContext APIs -----------------------------------------------------------
Key: HADOOP-6727 URL: https://issues.apache.org/jira/browse/HADOOP-6727 Project: Hadoop Common Issue Type: Bug Components: fs Affects Versions: 0.21.0, 0.22.0 Reporter: Eli Collins Assignee: Eli Collins Priority: Minor Fix For: 0.21.0, 0.22.0 Attachments: hadoop-6727-1.patch HADOOP-6537 added UnresolvedLinkException to the throws clause and java docs of FileContext public APIs. FileContext fully resolves symbolic links, UnresolvedLinkException exception is only used internally by FSLinkResolver. I'll attach a patch which updates the APIs and javadoc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.