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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/02/01 21:53:29 UTC

[jira] Created: (MAPREDUCE-2294) Mumak won't compile in MR trunk

Mumak won't compile in MR trunk
-------------------------------

                 Key: MAPREDUCE-2294
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Todd Lipcon
            Priority: Blocker


HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MAPREDUCE-2294) Mumak won't compile in MR trunk

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

Todd Lipcon updated MAPREDUCE-2294:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed to trunk, thanks for looking Tom.

> Mumak won't compile in MR trunk
> -------------------------------
>
>                 Key: MAPREDUCE-2294
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mapreduce-2294.txt
>
>
> HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2294) Mumak won't compile in MR trunk

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

Hudson commented on MAPREDUCE-2294:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #643 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/643/])
    

> Mumak won't compile in MR trunk
> -------------------------------
>
>                 Key: MAPREDUCE-2294
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mapreduce-2294.txt
>
>
> HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (MAPREDUCE-2294) Mumak won't compile in MR trunk

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

Todd Lipcon updated MAPREDUCE-2294:
-----------------------------------

    Hadoop Flags: [Reviewed]
          Status: Patch Available  (was: Open)

> Mumak won't compile in MR trunk
> -------------------------------
>
>                 Key: MAPREDUCE-2294
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mapreduce-2294.txt
>
>
> HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MAPREDUCE-2294) Mumak won't compile in MR trunk

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

Tom White commented on MAPREDUCE-2294:
--------------------------------------

+1

> Mumak won't compile in MR trunk
> -------------------------------
>
>                 Key: MAPREDUCE-2294
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mapreduce-2294.txt
>
>
> HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MAPREDUCE-2294) Mumak won't compile in MR trunk

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

Hudson commented on MAPREDUCE-2294:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #595 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/595/])
    MAPREDUCE-2294. Fix compilation error in mumak. Contributed by Todd Lipcon


> Mumak won't compile in MR trunk
> -------------------------------
>
>                 Key: MAPREDUCE-2294
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mapreduce-2294.txt
>
>
> HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (MAPREDUCE-2294) Mumak won't compile in MR trunk

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

Todd Lipcon reassigned MAPREDUCE-2294:
--------------------------------------

    Assignee: Todd Lipcon

> Mumak won't compile in MR trunk
> -------------------------------
>
>                 Key: MAPREDUCE-2294
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>
> HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2294) Mumak won't compile in MR trunk

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

Ripon Patgiri commented on MAPREDUCE-2294:
------------------------------------------

Is there Mumak Simulator in Hadoop-0.23.0?
                
> Mumak won't compile in MR trunk
> -------------------------------
>
>                 Key: MAPREDUCE-2294
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mapreduce-2294.txt
>
>
> HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

--
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-2294) Mumak won't compile in MR trunk

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

Todd Lipcon updated MAPREDUCE-2294:
-----------------------------------

    Attachment: mapreduce-2294.txt

This compiles. The TestSimulatorDeterministicReplay test appears to time out (or at least runs for a wicked long time, I lost patience). But I don't think it's related to this fix.

> Mumak won't compile in MR trunk
> -------------------------------
>
>                 Key: MAPREDUCE-2294
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2294
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mapreduce-2294.txt
>
>
> HADOOP-6904 added a required getProtocolSignature() method for protocols, but the mock JT in Mumak doesn't implement this. So, MR trunk is currently failing.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira