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

[jira] Created: (HADOOP-6149) FileStatus can support a fileid per path

FileStatus can support a fileid per path
----------------------------------------

                 Key: HADOOP-6149
                 URL: https://issues.apache.org/jira/browse/HADOOP-6149
             Project: Hadoop Common
          Issue Type: New Feature
            Reporter: dhruba borthakur
            Assignee: dhruba borthakur
             Fix For: 0.21.0


FileStatus should expose a id that uniquely identifies a file. This helps in developing applications that work correctly even when files are moved from one directory to another.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6149) FileStatus can support a fileid per path

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-6149:
-------------------------------------

    Fix Version/s:     (was: 0.21.0)

> FileStatus can support a fileid per path
> ----------------------------------------
>
>                 Key: HADOOP-6149
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6149
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: dhruba borthakur
>            Assignee: dhruba borthakur
>         Attachments: fileidc1.txt
>
>
> FileStatus should expose a id that uniquely identifies a file. This helps in developing applications that work correctly even when files are moved from one directory to another.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6149) FileStatus can support a fileid per path

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-6149:
-------------------------------------

    Attachment: fileidc1.txt

This patch introduces a new filed called fileid in the FileStatus object. There are setter and getter methods on FileStatus for fileid.

> FileStatus can support a fileid per path
> ----------------------------------------
>
>                 Key: HADOOP-6149
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6149
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: dhruba borthakur
>            Assignee: dhruba borthakur
>             Fix For: 0.21.0
>
>         Attachments: fileidc1.txt
>
>
> FileStatus should expose a id that uniquely identifies a file. This helps in developing applications that work correctly even when files are moved from one directory to another.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6149) FileStatus can support a fileid per path

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731160#action_12731160 ] 

dhruba borthakur commented on HADOOP-6149:
------------------------------------------

Please see patch attached to HDFS-487.

> FileStatus can support a fileid per path
> ----------------------------------------
>
>                 Key: HADOOP-6149
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6149
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: dhruba borthakur
>            Assignee: dhruba borthakur
>             Fix For: 0.21.0
>
>
> FileStatus should expose a id that uniquely identifies a file. This helps in developing applications that work correctly even when files are moved from one directory to another.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.