erictgrubaugh
11/30/2020, 5:14 PMmap
and reduce
stages are parallelized across all the processors you set on the Deployment. Your map
calls must be independent of other map
callsAzi
11/30/2020, 5:23 PMerictgrubaugh
11/30/2020, 5:28 PMmap
, but yes it would be an issue you have to design for.erictgrubaugh
11/30/2020, 5:29 PMgetInputData
in your map
, that would not contain any database updates from other `map`serictgrubaugh
11/30/2020, 5:29 PMmap
stages are still running in parallel thougherictgrubaugh
11/30/2020, 5:30 PMstalbert
11/30/2020, 5:30 PMAzi
11/30/2020, 5:56 PMerictgrubaugh
11/30/2020, 5:57 PMAzi
11/30/2020, 5:58 PMerictgrubaugh
11/30/2020, 5:58 PMerictgrubaugh
11/30/2020, 5:59 PMAzi
11/30/2020, 5:59 PMAzi
11/30/2020, 6:00 PMerictgrubaugh
11/30/2020, 6:00 PMAzi
11/30/2020, 6:01 PMAzi
11/30/2020, 6:01 PMerictgrubaugh
11/30/2020, 6:02 PMAzi
11/30/2020, 6:03 PMerictgrubaugh
11/30/2020, 6:03 PMExcept that I already wrote the code in a map reduce....A good case for always maintaining separate modules for your business logic and keeping your entry points slim
erictgrubaugh
11/30/2020, 6:03 PMAzi
11/30/2020, 6:04 PMeminero
11/30/2020, 6:22 PMerictgrubaugh
11/30/2020, 6:25 PMN/runtime
, then reschedule whenever appropriatestalbert
11/30/2020, 7:36 PMeminero
11/30/2020, 8:18 PM