You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/08/20 22:16:26 UTC

[jira] [Created] (SLIDER-339) Add required config entries to slider-client.xml

Ted Yu created SLIDER-339:
-----------------------------

             Summary: Add required config entries to slider-client.xml
                 Key: SLIDER-339
                 URL: https://issues.apache.org/jira/browse/SLIDER-339
             Project: Slider
          Issue Type: Task
            Reporter: Ted Yu
            Assignee: Ted Yu


The required config entries should be added to slider-client.xml:
{code}
  <property>
    <name>slider.zookeeper.quorum</name>
    <value>@ZK-QUORUM</value>

  </property>
  <property>
    <name>yarn.resourcemanager.address</name>
    <value>@RM-ADDR</value>

  </property>
  <property>
    <name>yarn.resourcemanager.scheduler.address</name>
    <value>@RM-SCHEDULER-ADDR</value>

  </property>
  <property>
    <name>fs.defaultFS</name>
    <value>@FILESYSTEM</value>
  </property>
{code}
User would know what parameters to materialize.
This also facilitates deployment automation



--
This message was sent by Atlassian JIRA
(v6.2#6252)