You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Devaraj K (Created) (JIRA)" <ji...@apache.org> on 2012/04/05 11:41:27 UTC

[jira] [Created] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
------------------------------------------------------------

                 Key: MAPREDUCE-4113
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
             Project: Hadoop Map/Reduce
          Issue Type: Sub-task
          Components: mrv2, test
    Affects Versions: 2.0.0, 3.0.0
            Reporter: Devaraj K
            Assignee: Devaraj K


Sub Project : *hadoop-mapreduce-client-jobclient*

{code:xml}
Running org.apache.hadoop.mapred.TestClusterMRNotification
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

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

Hadoop QA commented on MAPREDUCE-4113:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12521484/MAPREDUCE-4113.patch
  against trunk revision .

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

    +1 tests included.  The patch appears to include 3 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 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

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

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

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

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2156//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2156//console

This message is automatically generated.
                
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

Posted by "Devaraj K (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj K updated MAPREDUCE-4113:
---------------------------------

    Attachment: MAPREDUCE-4113.patch
    
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

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

Hudson commented on MAPREDUCE-4113:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #1042 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1042/])
    MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification (Devaraj K via bobby) (Revision 1310409)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310409
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestClusterMRNotification.java

                
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>             Fix For: 2.0.0
>
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

Posted by "Devaraj K (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj K updated MAPREDUCE-4113:
---------------------------------

    Status: Patch Available  (was: Open)

Attached patch to fix this.
                
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

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

Hudson commented on MAPREDUCE-4113:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2029 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2029/])
    MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification (Devaraj K via bobby) (Revision 1310409)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310409
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestClusterMRNotification.java

                
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>             Fix For: 2.0.0
>
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

Posted by "Robert Joseph Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans updated MAPREDUCE-4113:
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
           Status: Resolved  (was: Patch Available)

+1 the patch is simple and the test passes.  I merged this into trunk and branch-2.
                
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>             Fix For: 2.0.0
>
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

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

Hudson commented on MAPREDUCE-4113:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2015 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2015/])
    MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification (Devaraj K via bobby) (Revision 1310409)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310409
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestClusterMRNotification.java

                
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>             Fix For: 2.0.0
>
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

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

Hudson commented on MAPREDUCE-4113:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1007 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1007/])
    MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification (Devaraj K via bobby) (Revision 1310409)

     Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310409
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestClusterMRNotification.java

                
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>             Fix For: 2.0.0
>
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-4113) Fix tests org.apache.hadoop.mapred.TestClusterMRNotification

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

Hudson commented on MAPREDUCE-4113:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2090 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2090/])
    MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification (Devaraj K via bobby) (Revision 1310409)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310409
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestClusterMRNotification.java

                
> Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4113
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2, test
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>             Fix For: 2.0.0
>
>         Attachments: MAPREDUCE-4113.patch
>
>
> Sub Project : *hadoop-mapreduce-client-jobclient*
> {code:xml}
> Running org.apache.hadoop.mapred.TestClusterMRNotification
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira