Consider the approximated result from map function:
"key": "andy", "value" : "Once upon a time",
"key": "andy", "value" : "...",
"key": "andy", "value" : "They all lived happily ever after.",
I would like to create a reduce function that generates:
"key":"andy",
"value":"Once upon a time ... They all lived happily ever after."