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

Sanjay Radia commented on HADOOP-7375:
--------------------------------------

>AFS#getFileStatus is now called instead of FileContext#getFileStatus, which 
>means
>fixRelativePart is no longer used to make the path absolute in FileContext 
>relative to the
>working dir before passing the path to AFS right? 


No sure if your question is with regards to all the methods in FileContext or 
the single method I changed.
I have changed the FileContext#resolve to call AFS#resolvePath(p) which 
currently calls
AFS#getFileStatus(p)

> Add resolvePath method to FileContext
> -------------------------------------
>
>                 Key: HADOOP-7375
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7375
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Sanjay Radia
>            Assignee: Sanjay Radia
>             Fix For: 0.23.0
>
>         Attachments: resolvePath1.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to