Gour Saha created SLIDER-235:
--------------------------------
Summary: Include property yarn.resourcemanager.scheduler.address
with default placeholder value in slider-client.xml
Key: SLIDER-235
URL: https://issues.apache.org/jira/browse/SLIDER-235
Project: Slider
Issue Type: Bug
Reporter: Gour Saha
Priority: Minor
The following property should be included by default in slider-client.xml in
the packaged slider tarball.
{noformat}
<property>
<name>yarn.resourcemanager.scheduler.address</name>
<value>@@RM_SCHED_ADDRESS@@</value>
</property>
{noformat}
It kind of goes hand in hand with the other property
{{yarn.resourcemanager.address}} which is included in this file with a default
placeholder value.
The getting started documentation provides appropriate steps to modify both the
above properties so having both of them as placeholders would be good -
http://slider.incubator.apache.org/docs/getting_started.html#install
--
This message was sent by Atlassian JIRA
(v6.2#6252)