ericbirdsall
04/18/2023, 3:02 PMcontext.write({key:"test", value:"testing"})
In the summary stage, I use _context_.output.iterator().each
, and that iterates 100 times. But in my mind, it should only run 1 time, no?ericbirdsall
04/18/2023, 3:04 PMcontext.write({key:"test", value:"testing"})
in the map stage 100 times, the reduce stage only runs 1 time.
Does the "sorting / grouping" only happen between the Map and Reduce stages?ehcanadian
04/18/2023, 4:25 PM