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

Allow cluster scoped configuration to be specified in blueprint

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • None
    • None

    Description

      Enhance blueprint resource to allow cluster scoped configuration to be specified.
      Host scoped configuration as well as the ability to export configuration information from a running cluster will be added in subsequent patches.

      {
        "configurations" : [
          {
            "core-site" : {
              "fs.trash.interval" : "480",
              "ipc.client.idlethreshold" : "8500"
            }
          },
          {
            "mapred-site" : {
              "tasktracker.http.threads" : "45"
            }
          }
        ],
        "host_groups" : [
          {
            "name" : "host_group_1",
            "components" : [
              {
                "name" : "DATANODE"
              },
              {
                "name" : "NAMENODE"
              },
              {
                "name" : "JOBTRACKER"
              },
              {
                "name" : "HISTORYSERVER"
              },
              {
                "name" : "SECONDARY_NAMENODE"
              },
              {
                "name" : "TASKTRACKER"
              }
            ],
            "cardinality" : "1"
          }
        ],
        "Blueprints" : {
          "blueprint_name" : "single-node-test-with-cluster-config",
          "stack_name" : "HDP",
          "stack_version" : "1.3.3"
        }
      }
      

      Attachments

        Issue Links

          Activity

            People

              jspeidel John Speidel
              jspeidel John Speidel
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: