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

Do not route MapReduce reads and writes through non-data nodes #513

Closed
wants to merge 1 commit into from

Conversation

jasontedor
Copy link
Member

This commit adds a configuration option es.nodes.data.only for managing whether or not reads using EsInputFormat and writes using EsOutputFormat in Hadoop MapReduce jobs route through non-data nodes. The reason for wanting to avoid routing through non-data nodes is because these nodes are usually resource-constrainted relative to data nodes. This configuration option is enabled by default.

Closes #512

This commit adds a configuration option es.nodes.data.only for managing whether or not reads using EsInputFormat and writes using
EsOutputFormat in Hadoop MapReduce jobs route through non-data nodes. The reason for wanting to avoid routing through non-data nodes is
because these nodes are usually resource-constrainted relative to data nodes. This configuration option is enabled by default.

Closes elastic#512
@costin
Copy link
Member

costin commented Sep 1, 2015

Merged in master and 2.1.x

@costin costin closed this Sep 1, 2015
@jasontedor jasontedor deleted the feature/512 branch May 5, 2017 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants