Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Specify a set or all of the components to be auto started. If it is a set, then explicitly call out the list of components. For all components, specify * since we don’t know the list of all components.recovery_enabled="true" at the cluster level:

"settings" : [{
 "recovery_settings" : [{
"recovery_enabled" : "true"
}
]}
],
"Blueprints" : {
"stack_name" : "HDP",
"stack_version" : "2.5"
}
}



Specify METRICS_COLLECTOR as the default auto started component in both UI and blueprint, in the stack definition, with the ability for the blueprint authors to remove METRICS_COLLECTOR from getting auto start.

...