fs -ls 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
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.