MapReduceAlgorithms icon indicating copy to clipboard operation
MapReduceAlgorithms copied to clipboard

Fix typo in scalable inverted indexing algorithm

Open cglwn opened this issue 7 years ago • 0 comments

The t_{prev} variable of the class should be emitted in the reducer's cleanup method instead of term t which is only scoped within the Reduce function. As noted by a student on the bigdata2018w Piazza.

cglwn avatar Feb 08 '18 05:02 cglwn