Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-20265

Blueprint deployment with auto-restart settings enabled, auto-restart UI is incomplete.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 2.5.0
    • 2.5.0
    • ambari-web
    • None

    Description

      Attached screenshot of UI post blueprint deployment.
      Attached blueprint used for deployment.

      Here is a snipped of blueprint to enable the auto-restart feature:

       "settings" : [
          {
            "recovery_settings" : [
              {
                "recovery_enabled" : "true"
              }
            ]
          },
          {
            "service_settings" : [
              {
                "recovery_enabled" : "true",
                "name" : "YARN"
              }
            ]
          },
          {
            "component_settings" : [
              {
                "recovery_enabled" : "true",
                "name" : "APP_TIMELINE_SERVER"
              }
            ]
          }
        ],
      

      The expectation is that only the YARN App_timeline_server should be auto-restart enabled. The overall property would also show enabled.

      {
        "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"
              }
            ]
          }
        ]
      }
      

      Attachments

        Activity

          People

            rzang Richard Zang
            rzang Richard Zang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: