rustyshackles
09/28/2018, 1:20 AMjkabot
09/28/2018, 2:51 PM// end of reduce stage
context.write(context.key, { someValue: 5, anotherValue: "hello" });
function summarize(context) {
context.output.iterator().each(function(key,
log.debug(key, val);
return true;
});
}