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

Support HadoopMR2Platform #15

Open
kkrugler opened this issue Aug 8, 2014 · 0 comments
Open

Support HadoopMR2Platform #15

kkrugler opened this issue Aug 8, 2014 · 0 comments

Comments

@kkrugler
Copy link
Member

kkrugler commented Aug 8, 2014

The current Hadoop platform has at least one issue when being used by an MR2 application; it winds up configuring the job with a single reduce task, due to https://issues.apache.org/jira/browse/MAPREDUCE-4288. So what we'd like is a new platform (which extends the HadoopPlatform). This should perhaps by default set the number of reducers to one per node, as that's information we should be able to get back from YarnClusterMetrics.

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

1 participant