[
https://issues.apache.org/jira/browse/HADOOP-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dhruba borthakur updated HADOOP-1226:
-------------------------------------
Attachment: makeQualified.patch
I like the approach that Owen suggested. However, for many dfs-only operations
(e.g. list all files in a directory, etc.etc), returning a full-qualified path
is more heavyweight work that is not really necessary. The namenode has to
return fully-qualified names that the FsShell has to strip out before
displaying.
I am putting up a patch for code review and comments.
> makeQualified should return an instance of a DfsPath when passed a DfsPath
> ----------------------------------------------------------------------------
>
> Key: HADOOP-1226
> URL: https://issues.apache.org/jira/browse/HADOOP-1226
> Project: Hadoop
> Issue Type: Bug
> Components: dfs
> Reporter: Koji Noguchi
> Assigned To: Raghu Angadi
> Attachments: makeQualified.patch
>
>
> Currently, it returns a instance of a Path.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.