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

Commits on Jul 20, 2015

  1. Do not route MapReduce reads and writes through non-data nodes

    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
    jasontedor committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    270f856 View commit details
    Browse the repository at this point in the history