Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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.
Sorry, something went wrong.
I think that I've got the expected result in my sample app. Thanks !
No branches or pull requests
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: