Steve Loughran created SLIDER-1049: -------------------------------------- Summary: all component options appear to propagate to resources.json Key: SLIDER-1049 URL: https://issues.apache.org/jira/browse/SLIDER-1049 Project: Slider Issue Type: Bug Components: client Affects Versions: Slider 0.90.2 Reporter: Steve Loughran Fix For: Slider 0.91
resources.json is picking up cruft that is meant to be component options only. {code} "components" : { "echo" : { "yarn.component.placement.policy" : "4", "yarn.role.priority" : "1", "test.relax.validation" : "true", "agent.script" : "echo.py", "yarn.component.instances" : "3", "app.name" : "Agent" }, {code} only stuff with the right prefix (yarn?) should propagate -- This message was sent by Atlassian JIRA (v6.3.4#6332)