[ 
https://issues.apache.org/jira/browse/HADOOP-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589400#action_12589400
 ] 

Hadoop QA commented on HADOOP-2865:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12380230/2865_v04.patch
against trunk revision 645773.

    @author +1.  The patch does not contain any @author tags.

    tests included -1.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no tests are needed for this patch.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new javac compiler 
warnings.

    release audit +1.  The applied patch does not generate any new release 
audit warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2246/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2246/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2246/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2246/console

This message is automatically generated.

> FsShell.ls() should print file attributes first then the path name.
> -------------------------------------------------------------------
>
>                 Key: HADOOP-2865
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2865
>             Project: Hadoop Core
>          Issue Type: Improvement
>    Affects Versions: 0.15.0
>            Reporter: Konstantin Shvachko
>            Assignee: Edward J. Yoon
>             Fix For: 0.18.0
>
>         Attachments: 2865_v01.patch, 2865_v02.patch, 2865_v03.patch, 
> 2865_v04.patch
>
>
> When we had a handful of attributes this looked OK. But after the permissions 
> the ls output is just unreadable.
> This how the output looks now:
> {code}
> /CHANGES.txt    <r 2>   174779  2008-01-29 10:00        rw-r--r--       shv   
>   supergroup
> /LICENSE.txt    <r 2>   11358   2008-01-28 17:27        rw-r--r--       shv   
>   supergroup
> /NOTICE.txt     <r 2>   101     2008-01-29 12:06        rw-r--r--       shv   
>   supergroup
> /Work   <dir>           2008-01-23 17:43        rwxr-xr-x       shv     
> supergroup
> /Work/hadoop-data       <dir>           2008-01-23 17:43        rwxr-xr-x     
>   shv     supergroup
> {code}
> This is how it should look:
> {code}
> 2   174779  2008-01-29 10:00       -rw-r--r--       shv     supergroup     
> /CHANGES.txt
> 2   11358   2008-01-28 17:27       -rw-r--r--       shv     supergroup     
> /LICENSE.txt
> 2   101     2008-01-29 12:06       -rw-r--r--       shv     supergroup     
> /NOTICE.txt
>             2008-01-23 17:43       drwxr-xr-x       shv     supergroup     
> /Work
>             2008-01-23 17:43       drwxr-xr-x       shv     supergroup     
> /Work/hadoop-data
> {code}

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

Reply via email to