I'm having trouble using the reduce function in a mapper which will subtotal two values across a two field compound key. For example, take the following input:"myarray": [{"key1": 1,"key2": "A","value1": 5,"value2": 10}, {"key1": 1,"key2": "A","valu...