Gour Saha created SLIDER-1203: --------------------------------- Summary: Document SLIDER-1201 - new feature for configurable resource normalization Key: SLIDER-1203 URL: https://issues.apache.org/jira/browse/SLIDER-1203 Project: Slider Issue Type: Bug Components: site Affects Versions: Slider 0.91 Reporter: Gour Saha
Need to document SLIDER-1201. A new property _*yarn.resource.normalization.enabled*_ is being introduced which needs to be set in the app's resources definition. By default it is "true" (which was the behavior all along, to keep backward compatibility for all existing apps). To disable normalization, set it to "false" for the desired component of the app. An example is below - {code} { "schema": "http://example.org/specification/v2.0.0", "metadata": { }, "global": { }, "components": { "COMMAND_LOGGER": { "yarn.role.priority": "1", "yarn.component.instances": "1", "yarn.resource.normalization.enabled": "false", "yarn.memory": "186368", "yarn.vcores": "1" }, "slider-appmaster": { } } } {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)