You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "dhruba borthakur (JIRA)" <ji...@apache.org> on 2007/05/15 19:30:16 UTC

[jira] Updated: (HADOOP-1226) makeQualified should return an instance of a DfsPath when passed a DfsPath

     [ 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.