You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Aaron Kimball (JIRA)" <ji...@apache.org> on 2010/02/05 00:28:27 UTC

[jira] Created: (HADOOP-6540) Contrib unit tests have invalid XML for core-site, etc.

Contrib unit tests have invalid XML for core-site, etc.
-------------------------------------------------------

                 Key: HADOOP-6540
                 URL: https://issues.apache.org/jira/browse/HADOOP-6540
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Aaron Kimball
            Assignee: Aaron Kimball
            Priority: Blocker


The *-site.xml files in src/contrib/test are not valid XML. the <?xml .. ?> declaration must appear above the license header.

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


[jira] Commented: (HADOOP-6540) Contrib unit tests have invalid XML for core-site, etc.

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

Hadoop QA commented on HADOOP-6540:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12434888/HADOOP-6540.patch
  against trunk revision 906388.

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

    +1 tests included.  The patch appears to include 12 new or modified tests.

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

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

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

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

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

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

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

This message is automatically generated.

> Contrib unit tests have invalid XML for core-site, etc.
> -------------------------------------------------------
>
>                 Key: HADOOP-6540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6540
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Blocker
>         Attachments: HADOOP-6540.patch
>
>
> The *-site.xml files in src/contrib/test are not valid XML. the <?xml .. ?> declaration must appear above the license header.

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


[jira] Commented: (HADOOP-6540) Contrib unit tests have invalid XML for core-site, etc.

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

Hudson commented on HADOOP-6540:
--------------------------------

Integrated in Hadoop-Common-trunk #244 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/244/])
    . Contrib unit tests have invalid XML for core-site, etc. Contributed by Aaron Kimball.


> Contrib unit tests have invalid XML for core-site, etc.
> -------------------------------------------------------
>
>                 Key: HADOOP-6540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6540
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Blocker
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6540.patch
>
>
> The *-site.xml files in src/contrib/test are not valid XML. the <?xml .. ?> declaration must appear above the license header.

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


[jira] Updated: (HADOOP-6540) Contrib unit tests have invalid XML for core-site, etc.

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

Aaron Kimball updated HADOOP-6540:
----------------------------------

    Status: Patch Available  (was: Open)

> Contrib unit tests have invalid XML for core-site, etc.
> -------------------------------------------------------
>
>                 Key: HADOOP-6540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6540
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Blocker
>         Attachments: HADOOP-6540.patch
>
>
> The *-site.xml files in src/contrib/test are not valid XML. the <?xml .. ?> declaration must appear above the license header.

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


[jira] Updated: (HADOOP-6540) Contrib unit tests have invalid XML for core-site, etc.

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

Aaron Kimball updated HADOOP-6540:
----------------------------------

    Attachment: HADOOP-6540.patch

Attaching patch to fix this.

> Contrib unit tests have invalid XML for core-site, etc.
> -------------------------------------------------------
>
>                 Key: HADOOP-6540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6540
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Blocker
>         Attachments: HADOOP-6540.patch
>
>
> The *-site.xml files in src/contrib/test are not valid XML. the <?xml .. ?> declaration must appear above the license header.

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


[jira] Commented: (HADOOP-6540) Contrib unit tests have invalid XML for core-site, etc.

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

Tom White commented on HADOOP-6540:
-----------------------------------

+1

> Contrib unit tests have invalid XML for core-site, etc.
> -------------------------------------------------------
>
>                 Key: HADOOP-6540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6540
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Blocker
>         Attachments: HADOOP-6540.patch
>
>
> The *-site.xml files in src/contrib/test are not valid XML. the <?xml .. ?> declaration must appear above the license header.

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


[jira] Updated: (HADOOP-6540) Contrib unit tests have invalid XML for core-site, etc.

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

Tom White updated HADOOP-6540:
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.22.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I've just committed this. Thanks Aaron!


> Contrib unit tests have invalid XML for core-site, etc.
> -------------------------------------------------------
>
>                 Key: HADOOP-6540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6540
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Blocker
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6540.patch
>
>
> The *-site.xml files in src/contrib/test are not valid XML. the <?xml .. ?> declaration must appear above the license header.

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


[jira] Commented: (HADOOP-6540) Contrib unit tests have invalid XML for core-site, etc.

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

Hudson commented on HADOOP-6540:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #159 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/159/])
    . Contrib unit tests have invalid XML for core-site, etc. Contributed by Aaron Kimball.


> Contrib unit tests have invalid XML for core-site, etc.
> -------------------------------------------------------
>
>                 Key: HADOOP-6540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6540
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Blocker
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6540.patch
>
>
> The *-site.xml files in src/contrib/test are not valid XML. the <?xml .. ?> declaration must appear above the license header.

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