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

Lazily-load MapReduce query results #107

Open
seancribbs opened this issue Feb 18, 2011 · 0 comments
Open

Lazily-load MapReduce query results #107

seancribbs opened this issue Feb 18, 2011 · 0 comments

Comments

@seancribbs
Copy link
Contributor

Reference: https://gist.github.com/38eb017bf86d055d2e4e

Results from a wrapped MapReduce query should not be retrieved (or the job invoked) until needed. This would probably be achieved by delaying execution until an Enumerable method is called, e.g. first, each, etc. The query could also be explicitly executed through calling run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant