[
https://issues.apache.org/jira/browse/HADOOP-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE updated HADOOP-4917:
-------------------------------------------
Summary: fs -lsr does not align correctly when the username lengths are
different (was: fs -ls does not align correctly when the username lengths are
different)
Edited summary: "fs -ls" => "fs -lsr"
The problem is in lsr. It can be reproduced when files are in different
directories and the usernames have different lengths as shown in the
description. I think this problem also exists for group names although I have
not tested it yet.
> fs -lsr does not align correctly when the username lengths are different
> ------------------------------------------------------------------------
>
> Key: HADOOP-4917
> URL: https://issues.apache.org/jira/browse/HADOOP-4917
> Project: Hadoop Core
> Issue Type: Bug
> Components: fs
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Jakob Homan
>
> For example,
> {noformat}
> bash-3.2$ ./bin/hadoop fs -lsr /user
> drwx------ - nicholas supergroup 0 2008-12-18 15:17 /user/nicholas
> -rw-r--r-- 3 nn_sze supergroup 1366 2008-12-18 15:17
> /user/nicholas/a.txt
> drwx------ - tsz supergroup 0 2008-11-25 15:55 /user/tsz
> -rw------- 3 tsz supergroup 1366 2008-11-25 15:53 /user/tsz/r.txt
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.