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 "Chris Douglas (JIRA)" <ji...@apache.org> on 2007/07/17 09:37:04 UTC

[jira] Created: (HADOOP-1621) Make FileStatus a concrete class

Make FileStatus a concrete class
--------------------------------

                 Key: HADOOP-1621
                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
             Project: Hadoop
          Issue Type: Improvement
          Components: fs
            Reporter: Chris Douglas
            Assignee: Chris Douglas


The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Open  (was: Patch Available)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1621.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Open  (was: Patch Available)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-4.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621.patch

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Open  (was: Patch Available)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Commented: (HADOOP-1621) Make FileStatus a concrete class

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513382 ] 

Hadoop QA commented on HADOOP-1621:
-----------------------------------

-1, build or testing failed

2 attempts failed to build and test the latest attachment http://issues.apache.org/jira/secure/attachment/12362004/1621.patch against trunk revision r557050.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/428/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/428/console

Please note that this message is automatically generated and may represent a problem with the automation system and not the patch.

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621-3.patch

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Patch Available  (was: Open)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Patch Available  (was: Open)

Trying again, now that TestSymLink passes

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Patch Available  (was: Open)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-4.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1621.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Fix Version/s:     (was: 0.15.0)
           Status: Patch Available  (was: Open)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Patch Available  (was: Open)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1568-3.patch, 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Patch Available  (was: Open)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1568-3.patch

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1568-3.patch, 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621-3.patch

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Commented: (HADOOP-1621) Make FileStatus a concrete class

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516561 ] 

Hadoop QA commented on HADOOP-1621:
-----------------------------------

-1, build or testing failed

2 attempts failed to build and test the latest attachment http://issues.apache.org/jira/secure/attachment/12362815/1621-3.patch against trunk revision r560014.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/485/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/485/console

Please note that this message is automatically generated and may represent a problem with the automation system and not the patch.

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Commented: (HADOOP-1621) Make FileStatus a concrete class

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516590 ] 

Hadoop QA commented on HADOOP-1621:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12362824/1621-3.patch applied and successfully tested against trunk revision r560014.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/487/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/487/console

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621-3.patch

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Commented: (HADOOP-1621) Make FileStatus a concrete class

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516567 ] 

Hadoop QA commented on HADOOP-1621:
-----------------------------------

-1, build or testing failed

2 attempts failed to build and test the latest attachment http://issues.apache.org/jira/secure/attachment/12362823/1568-3.patch against trunk revision r560014.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/486/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/486/console

Please note that this message is automatically generated and may represent a problem with the automation system and not the patch.

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1568-3.patch, 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1621-3.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: xmlenc-0.52.jar

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1621-3.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621-3.patch

Accounting for HADOOP-1647

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Open  (was: Patch Available)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Open  (was: Patch Available)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Commented: (HADOOP-1621) Make FileStatus a concrete class

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514091 ] 

Hadoop QA commented on HADOOP-1621:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12362184/1621-2.patch applied and successfully tested against trunk revision r557790.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/439/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/439/console

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1568-3.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621.patch

Updated with HADOOP-1620

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Patch Available  (was: Open)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Commented: (HADOOP-1621) Make FileStatus a concrete class

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517126 ] 

Hadoop QA commented on HADOOP-1621:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12363014/1621-4.patch applied and successfully tested against trunk revision r561975.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/505/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/505/console

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-4.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621-4.patch

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-4.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1621-3.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: xmlenc-0.52.jar)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621-3.patch

Addressed feedback

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Open  (was: Patch Available)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1568-3.patch, 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621-3.patch

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1621-3.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Owen O'Malley updated HADOOP-1621:
----------------------------------

    Fix Version/s: 0.15.0
           Status: Open  (was: Patch Available)

This looks good, but there are a few nits:
  1. Please include '{' and '}' around blocks of code.
  2. Please use 2 space indention.
  3. I'd like the fields in FileStatus to be Private
  4. It would probably be convenient to make it Writable.

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1621-3.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1568-3.patch, 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Status: Patch Available  (was: Open)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-3.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Owen O'Malley updated HADOOP-1621:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.15.0
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Chris!

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621-4.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621-2.patch

Bug fix: now works for root directory

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment:     (was: 1621-3.patch)

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>             Fix For: 0.15.0
>
>         Attachments: 1621-2.patch, 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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


[jira] Updated: (HADOOP-1621) Make FileStatus a concrete class

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

Chris Douglas updated HADOOP-1621:
----------------------------------

    Attachment: 1621.patch

Included an unrelated config change in the last patch

> Make FileStatus a concrete class
> --------------------------------
>
>                 Key: HADOOP-1621
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1621
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 1621.patch
>
>
> The existing implementaitons of FileStatus may be easily abstracted into a single base class.

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