-
Notifications
You must be signed in to change notification settings - Fork 37
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
Dockerfile + README - Add basic support for MapReduce #6
Comments
Using YARN ? |
What are the possible options? I was under the impression that you could MapReduce without YARN. For exemple, HBase bundles its own mapreduce version in standalone mode. Is there something like this in MapReduce v2 ? |
I'm not sure... I'll investigate On Wed, Sep 16, 2015 at 9:37 AM, David Lauzon notifications@github.com
|
Add basic support to run MapReduce using this image.
Make the minimal changes to the Dockerfile and add instructions in the README for running an example mapreduce job (included in hadoop source code).
The text was updated successfully, but these errors were encountered: