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

Jim Donofrio commented on MRUNIT-64:
------------------------------------

Yes you are right abut the check in ReduceDriver and then MapDriver only needs 
to check if inputs.size == 0 since it cannot be null.

    if (inputs.isEmpty()) {
      throw new IllegalStateException("No input was provided");
    }


                
> Multiple Input Key, Value Pairs should be supported
> ---------------------------------------------------
>
>                 Key: MRUNIT-64
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-64
>             Project: MRUnit
>          Issue Type: New Feature
>    Affects Versions: 0.8.1
>            Reporter: Brock Noland
>            Assignee: James Kinley
>             Fix For: 1.0.0
>
>         Attachments: MRUNIT-64-v1.patch, MRUNIT-64.patch
>
>
> The comments on MRUNIT-14 brought up a great point. The API today only allows 
> a single key value pair input. In many scenarios multiple inputs would be 
> useful.

--
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

        

Reply via email to