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
When you run a map reduce you supply the mapper and the reducer. The shuffle is the same for all jobs so it is supplied by the library. You don't need to interact with it.
The documentation says that the shuffle stage is supported: https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki/1.2-Jobs-and-Stages#shuffle
but I cannot find an API for using this stage. Can anyone give some clues ?
The text was updated successfully, but these errors were encountered: