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