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

Augusto Souza commented on MAPREDUCE-6444:
------------------------------------------

How can I solve checkstyle issues related to the number of parameters in some 
methods I created (more than seven)? I noticed there are other methods in 
hadoop source code with more than 7 parameters, the most part of my changes 
were in old methods that already had more than 7 parameters and I added other 
parameters to it and got caught by checkstyle validation.

> Add a checkpointable version of shuffle and reduce context supported by a 
> checkpoint manager which uses the HDFS
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6444
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6444
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Augusto Souza
>            Assignee: Augusto Souza
>         Attachments: MAPREDUCE-6444.001.patch
>
>
> Patch to add classes to provide a checkpointable version of shuffle and 
> reduce context. Also, add a classe which makes possible to save a checkpoint 
> of a task in HDFS. Those classes are respectively: CheckpointableShuffle, 
> CheckpointableReduceContextImpl and TaskCheckpointManager.
> This improvement also helps in the splitting of patch in MAPREDUCE-5269 that 
> is too large for being reviewed or accepted by Jenkins CI scripts.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to