[infinispan-issues] [JBoss JIRA] (ISPN-4003) Test Map/Reduce in compatibility mode

Mircea Markus (JIRA) issues at jboss.org
Wed Feb 12 12:13:28 EST 2014


Mircea Markus created ISPN-4003:
-----------------------------------

             Summary: Test Map/Reduce in compatibility mode
                 Key: ISPN-4003
                 URL: https://issues.jboss.org/browse/ISPN-4003
             Project: Infinispan
          Issue Type: Feature Request
          Components: Distributed Execution and Map/Reduce
            Reporter: Mircea Markus
            Assignee: Dan Berindei


Once ISPN-4002 is in place, we need a test that:
- starts a cluster in compatibility mode
- populates cache A with  Person objects (protobuf) through the java hotrod client
- on the server a Map/Reduce task is run on the Person cache, which filters out all the persons with a given name and, for each matching person,  it outputs something like (personId, age) into a result cache (as per ISPN-4002)
- the client reads the result cache and validates that it is correct

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


More information about the infinispan-issues mailing list