[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503494#comment-13503494
 ] 

Laxman commented on MAPREDUCE-4807:
-----------------------------------

{code}
-  private class MapOutputBuffer<K extends Object, V extends Object>
+  @InterfaceAudience.LimitedPrivate({"MapReduce"})
+  @InterfaceStability.Unstable
+  public static class MapOutputBuffer<K extends Object, V extends Object>
{code}

I applied this patch. Some compilation issues due to above snippet (non-static 
to static class).

{color:red}Cannot make a static reference to the non-static method getTaskID() 
from the type Task{color}

Wondering how this patch got through QA bot.
                
> Allow MapOutputBuffer to be pluggable
> -------------------------------------
>
>                 Key: MAPREDUCE-4807
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4807
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 2.0.2-alpha
>            Reporter: Arun C Murthy
>            Assignee: Mariappan Asokan
>             Fix For: 2.0.3-alpha
>
>         Attachments: COMBO-mapreduce-4809-4807.patch, mapreduce-4807.patch, 
> mapreduce-4807.patch, mapreduce-4807.patch, mapreduce-4807.patch
>
>
> Allow MapOutputBuffer to be pluggable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to