You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/08/20 23:43:26 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14104652#comment-14104652 ] 

ASF subversion and git services commented on SLIDER-339:
--------------------------------------------------------

Commit 0b40acde63ac0373966bebfa1801e44d4e9f5225 in incubator-slider's branch refs/heads/develop from [~tedyu]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=0b40acd ]

SLIDER-339 Add required config entries to slider-client.xml


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