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

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

Hadoop QA commented on AMBARI-20265:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12855531/AMBARI-20265.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/10842//console

This message is automatically generated.

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