You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/10/15 04:06:05 UTC

[jira] [Resolved] (SLIDER-949) Fix typos on Slider website

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

Josh Elser resolved SLIDER-949.
-------------------------------
    Resolution: Fixed

Thanks for the changes, [~sherryxg]! I just applied the changes you provided (with a slight alteration on the first diff to avoid saying "as it may take time" twice in the same sentence).

The production site should be up to date (shift-reload if you don't see it updated). Let us know if you find anything else wrong.

> Fix typos on Slider website 
> ----------------------------
>
>                 Key: SLIDER-949
>                 URL: https://issues.apache.org/jira/browse/SLIDER-949
>             Project: Slider
>          Issue Type: Documentation
>            Reporter: Sherry Guo
>            Assignee: Sherry Guo
>            Priority: Minor
>              Labels: documentation
>         Attachments: SLIDER-949-001.patch
>
>
> Fix typos on the Slider website, in particular, https://slider.incubator.apache.org/docs/configuration/resources.html.
> 1. As it may time for YARN to have the resources to allocate the container, it may take some time for the replacement to be instantiated.
> Should be "At it may take time".
> 2. "components": {
>     "HBASE_MASTER": {
>       "yarn.role.priority": "1",
>       "yarn.component.instances": "1",
>       "yarn.placement.escalate.seconds": "10"
>     },
>     "HBASE_REGIONSERVER": {
>       "yarn.role.priority": "2",
>       "yarn.component.instances": "10",
>       "yarn.placement.escalate.seconds": "600"
>     },
>     "slider-appmaster": {
>     }
> This declares that the HBASE_MASTER placement should be escalated after one second, 
> Should be "after ten seconds".
> 3.
>    Escalation goes directory from "specific node" to "anywhere in cluster"; it does not have any intermediate "same-rack" policy.
> Should be "Escalation goes directly".
> 4. The resources.json file include specifications the labels to be used when allocating containers for the components. 
> Should be "The resources.json file includes specifications of the labels".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)