You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Richard Zang (JIRA)" <ji...@apache.org> on 2017/03/02 02:33:45 UTC

[jira] [Updated] (AMBARI-20265) Blueprint deployment with auto-restart settings enabled, auto-restart UI is incomplete.

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

Richard Zang updated AMBARI-20265:
----------------------------------
    Attachment: AMBARI-20265.patch

> Blueprint deployment with auto-restart settings enabled, auto-restart UI is incomplete.
> ---------------------------------------------------------------------------------------
>
>                 Key: AMBARI-20265
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20265
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.5.0
>            Reporter: Richard Zang
>            Assignee: Richard Zang
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-20265.patch
>
>
> Attached screenshot of UI post blueprint deployment.
> Attached blueprint used for deployment.
> Here is a snipped of blueprint to enable the auto-restart feature:
> {noformat}
>  "settings" : [
>     {
>       "recovery_settings" : [
>         {
>           "recovery_enabled" : "true"
>         }
>       ]
>     },
>     {
>       "service_settings" : [
>         {
>           "recovery_enabled" : "true",
>           "name" : "YARN"
>         }
>       ]
>     },
>     {
>       "component_settings" : [
>         {
>           "recovery_enabled" : "true",
>           "name" : "APP_TIMELINE_SERVER"
>         }
>       ]
>     }
>   ],
> {noformat}
> The expectation is that only the YARN App_timeline_server should be auto-restart enabled. The overall property would also show enabled.
> {noformat}
> {
>   "blueprint": "bugbash",
>   "default_password": "password",
>   "config_recommendation_strategy": "ALWAYS_APPLY_DONT_OVERRIDE_CUSTOM_VALUES",
>   "host_groups": [
>     {
>       "name": "host_group_1",
>       "hosts": [
>         {
>           "fqdn": "c6401.apache.ambari.org",
>           "ip": "192.168.64.101"
>         }
>       ]
>     },
>     {
>       "name": "host_group_2",
>       "hosts": [
>         {
>           "fqdn": "c6402.apache.ambari.org",
>           "ip": "192.168.64.102"
>         }
>       ]
>     },
>     {
>       "name": "host_group_3",
>       "hosts": [
>         {
>           "fqdn": "c6403.apache.ambari.org",
>           "ip": "192.168.64.103"
>         }
>       ]
>     }
>   ]
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)