Hey professionals can you please help me. How pass data to summary function in map/reduce script because i want to send a particular data on email. Thanks in advance
m
michoel
10/21/2020, 10:11 AM
In the map or reduce stage use
context.write
and in summary check it
context.output
r
Ramanand Dubey
10/21/2020, 10:35 AM
Can please share some code snippet related to this?