Skip to content
New issue

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

java: using shuffle stage #86

Closed
mgenov opened this issue Feb 15, 2016 · 2 comments
Closed

java: using shuffle stage #86

mgenov opened this issue Feb 15, 2016 · 2 comments

Comments

@mgenov
Copy link

mgenov commented Feb 15, 2016

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 ?

@tkaitchuck
Copy link
Contributor

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.

@mgenov
Copy link
Author

mgenov commented Feb 16, 2016

I think that I've got the expected result in my sample app. Thanks !

@mgenov mgenov closed this as completed Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants