[ 
https://issues.apache.org/jira/browse/HADOOP-13333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vrushali C updated HADOOP-13333:
--------------------------------
    Attachment: HADOOP-13333.01.patch

Hi [~jzhuge]
Attaching patch v1. Is this the fix you had in mind?

thanks
Vrushali


> testConf.xml ls comparators in wrong order
> ------------------------------------------
>
>                 Key: HADOOP-13333
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13333
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.8.0
>            Reporter: John Zhuge
>            Assignee: Vrushali C
>            Priority: Trivial
>              Labels: newbie
>         Attachments: HADOOP-13333.01.patch
>
>
> HADOOP-13079 updated file 
> {{hadoop-common-project/hadoop-common/src/test/resources/testConf.xml}} 
> incorrectly by inserting a new comparator between 2 comparators for {{option 
> -h}}:
> {code:xml}
>         <comparator>
>           <type>RegexpComparator</type>
>           <expected-output>^\s*-h\s+Formats the sizes of files in a 
> human-readable fashion( )*</expected-output>
>         </comparator>
>         <comparator>
>           <type>RegexpComparator</type>
>           <expected-output>^\s*-q\s+Print \? instead of non-printable 
> characters\.( )*</expected-output>
>         </comparator>
>         <comparator>
>           <type>RegexpComparator</type>
>           <expected-output>^\s*rather than a number of bytes\.( 
> )*</expected-output>
>         </comparator>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to