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 "David Phillips (JIRA)" <ji...@apache.org> on 2008/10/03 01:31:47 UTC

[jira] Created: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

FsShell -ls fails for file systems without owners or groups
-----------------------------------------------------------

                 Key: HADOOP-4335
                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
             Project: Hadoop Core
          Issue Type: Bug
         Environment: SLES 10 x86_64
            Reporter: David Phillips
            Priority: Minor


FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.


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


[jira] Commented: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

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

Hudson commented on HADOOP-4335:
--------------------------------

Integrated in Hadoop-trunk #635 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/635/])
    . Fix FsShell -ls for filesystems without owners/groups. Contributed
by David Phillips.


> FsShell -ls fails for file systems without owners or groups
> -----------------------------------------------------------
>
>                 Key: HADOOP-4335
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: David Phillips
>            Assignee: David Phillips
>             Fix For: 0.19.0
>
>         Attachments: FsShell-ls.patch
>
>
> FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.

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


[jira] Updated: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

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

Chris Douglas updated HADOOP-4335:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0
         Assignee: David Phillips
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks, David

> FsShell -ls fails for file systems without owners or groups
> -----------------------------------------------------------
>
>                 Key: HADOOP-4335
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: David Phillips
>            Assignee: David Phillips
>             Fix For: 0.19.0
>
>         Attachments: FsShell-ls.patch
>
>
> FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.

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


[jira] Updated: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

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

David Phillips updated HADOOP-4335:
-----------------------------------

    Attachment: FsShell-ls.patch

Trivial patch to fix issue.

> FsShell -ls fails for file systems without owners or groups
> -----------------------------------------------------------
>
>                 Key: HADOOP-4335
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
>             Project: Hadoop Core
>          Issue Type: Bug
>         Environment: SLES 10 x86_64
>            Reporter: David Phillips
>            Priority: Minor
>         Attachments: FsShell-ls.patch
>
>
> FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.

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


[jira] Updated: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

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

Robert Chansler updated HADOOP-4335:
------------------------------------

    Component/s: scripts
                 dfs

> FsShell -ls fails for file systems without owners or groups
> -----------------------------------------------------------
>
>                 Key: HADOOP-4335
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, scripts
>    Affects Versions: 0.18.1
>            Reporter: David Phillips
>            Assignee: David Phillips
>             Fix For: 0.19.0
>
>         Attachments: FsShell-ls.patch
>
>
> FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.

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


[jira] Commented: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639351#action_12639351 ] 

Edward J. Yoon commented on HADOOP-4335:
----------------------------------------

Oh, pretty good. +1

> FsShell -ls fails for file systems without owners or groups
> -----------------------------------------------------------
>
>                 Key: HADOOP-4335
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: David Phillips
>         Attachments: FsShell-ls.patch
>
>
> FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.

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


[jira] Updated: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

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

David Phillips updated HADOOP-4335:
-----------------------------------

    Affects Version/s: 0.18.1

> FsShell -ls fails for file systems without owners or groups
> -----------------------------------------------------------
>
>                 Key: HADOOP-4335
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>         Environment: SLES 10 x86_64
>            Reporter: David Phillips
>            Priority: Minor
>         Attachments: FsShell-ls.patch
>
>
> FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.

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


[jira] Updated: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

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

David Phillips updated HADOOP-4335:
-----------------------------------

       Priority: Major  (was: Minor)
    Environment:     (was: SLES 10 x86_64)

> FsShell -ls fails for file systems without owners or groups
> -----------------------------------------------------------
>
>                 Key: HADOOP-4335
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: David Phillips
>         Attachments: FsShell-ls.patch
>
>
> FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.

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


[jira] Updated: (HADOOP-4335) FsShell -ls fails for file systems without owners or groups

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

David Phillips updated HADOOP-4335:
-----------------------------------

    Status: Patch Available  (was: Open)

> FsShell -ls fails for file systems without owners or groups
> -----------------------------------------------------------
>
>                 Key: HADOOP-4335
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4335
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: David Phillips
>         Attachments: FsShell-ls.patch
>
>
> FsShell.ls() fails (uses printf "%-0d") when all owners or groups are empty.  This happens with NativeS3FileSystem.

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