Aggregate « Batch « Spring Q&A





1. MapReduce/Aggregate operations in SpringBatch    stackoverflow.com

Is it possible to do MapReduce style operations in SpringBatch? I have two steps in my batch job. The first step calculates average. The second step compares each value with average to ...