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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2011/01/14 00:36:45 UTC

[jira] Created: (MAPREDUCE-2263) MapReduce side of HADOOP-6904

MapReduce side of HADOOP-6904
-----------------------------

                 Key: MAPREDUCE-2263
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2263
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
            Reporter: Hairong Kuang
            Assignee: Hairong Kuang
             Fix For: 0.23.0


Make changes in Map/Reduce to incorporate HADOOP-6904.

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


[jira] Updated: (MAPREDUCE-2263) MapReduce side of HADOOP-6904

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

Hairong Kuang updated MAPREDUCE-2263:
-------------------------------------

    Attachment: mapreduceRPC.patch

Here is the patch that makes Map/Reduce to work with new method-based RPC compatibility protocol.

> MapReduce side of HADOOP-6904
> -----------------------------
>
>                 Key: MAPREDUCE-2263
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2263
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.23.0
>
>         Attachments: mapreduceRPC.patch
>
>
> Make changes in Map/Reduce to incorporate HADOOP-6904.

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


[jira] [Commented] (MAPREDUCE-2263) MapReduce side of HADOOP-6904

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

Hudson commented on MAPREDUCE-2263:
-----------------------------------

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

> MapReduce side of HADOOP-6904
> -----------------------------
>
>                 Key: MAPREDUCE-2263
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2263
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.23.0
>
>         Attachments: mapreduceRPC.patch
>
>
> Make changes in Map/Reduce to incorporate HADOOP-6904.

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

[jira] Commented: (MAPREDUCE-2263) MapReduce side of HADOOP-6904

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

Hudson commented on MAPREDUCE-2263:
-----------------------------------

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

> MapReduce side of HADOOP-6904
> -----------------------------
>
>                 Key: MAPREDUCE-2263
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2263
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.23.0
>
>         Attachments: mapreduceRPC.patch
>
>
> Make changes in Map/Reduce to incorporate HADOOP-6904.

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

        

[jira] Commented: (MAPREDUCE-2263) MapReduce side of HADOOP-6904

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

Hairong Kuang commented on MAPREDUCE-2263:
------------------------------------------

Since HADOOP-6904 breaks the compilation of Map/Reduce. This patch can not go through hudson. I just committed the patch without going through hudson.

> MapReduce side of HADOOP-6904
> -----------------------------
>
>                 Key: MAPREDUCE-2263
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2263
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.23.0
>
>         Attachments: mapreduceRPC.patch
>
>
> Make changes in Map/Reduce to incorporate HADOOP-6904.

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


[jira] Resolved: (MAPREDUCE-2263) MapReduce side of HADOOP-6904

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

Hairong Kuang resolved MAPREDUCE-2263.
--------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

> MapReduce side of HADOOP-6904
> -----------------------------
>
>                 Key: MAPREDUCE-2263
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2263
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.23.0
>
>         Attachments: mapreduceRPC.patch
>
>
> Make changes in Map/Reduce to incorporate HADOOP-6904.

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


[jira] Commented: (MAPREDUCE-2263) MapReduce side of HADOOP-6904

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

dhruba borthakur commented on MAPREDUCE-2263:
---------------------------------------------

+1, code looks good.

> MapReduce side of HADOOP-6904
> -----------------------------
>
>                 Key: MAPREDUCE-2263
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2263
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.23.0
>
>         Attachments: mapreduceRPC.patch
>
>
> Make changes in Map/Reduce to incorporate HADOOP-6904.

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