summaryContext.reduceSummary

Object Description

Holds statistics regarding the reduce stage.

Since

2015.2

Syntax

The following code snippet shows the syntax for this member. It is not a functional example. For a complete script example, see Map/Reduce Script Samples.

          ...
summary.reduceSummary.errors.iterator().each(function (key, error)
    {
        log.error('Reduce Error for key: ' + key, error);
        return true;
    });
... 

        

Related Topics

summaryContext
summaryContext.isRestarted
summaryContext.concurrency
summaryContext.dateCreated
summaryContext.seconds
summaryContext.usage
summaryContext.yields
summaryContext.inputSummary
summaryContext.mapSummary
summaryContext.output

General Notices