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/21 16:20:10 UTC

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

     [ https://issues.apache.org/jira/browse/SLIDER-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved SLIDER-339.
---------------------------

    Resolution: Fixed

> 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)