Skip to content

Instantly share code, notes, and snippets.

@ferdinandosimonetti
Created October 5, 2018 09:05
Show Gist options
  • Save ferdinandosimonetti/16e86fdcf06ef1c0130fcf1fb1768b05 to your computer and use it in GitHub Desktop.
Save ferdinandosimonetti/16e86fdcf06ef1c0130fcf1fb1768b05 to your computer and use it in GitHub Desktop.
Output of ambari-load-vdf.sh - the VersionDefinition attribute "id"'s value should be referenced in Ambari blueprints
{
"resources" : [
{
"href" : "http://ambari.server.fqdn/api/v1/version_definitions/1",
"VersionDefinition" : {
"id" : 1,
"stack_name" : "HDP",
"stack_version" : "2.6"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment