You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map is performed on each local node which sends the intermediate results back up to the node that originated the query. It performs reduce on the map results as the come in and streams results back out.
The text was updated successfully, but these errors were encountered:
Queries should run in two phases: map and reduce.
Map is performed on each local node which sends the intermediate results back up to the node that originated the query. It performs reduce on the map results as the come in and streams results back out.
The text was updated successfully, but these errors were encountered: