Versions Compared

Key

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

...

  • define repositories for the new Stack (for the child Stack)
  • add new Services in the child Stack (not in the parent Stack)
  • override command scripts of the parent Services
  • override configurations of the parent Services

For example, the HDP 2.1.1 Stack extends HDP 2.0.6 Stack so only the changes applicable to HDP 2.1.1 Stack are present in that Stack definition. The This extension is defined in the metainfo.xml for HDP 2.1.1 Stack:

Code Block
<metainfo>
  <versions>
    <active>true</active>
  </versions>
  <extends>2.0.6</extends>
</metainfo>

...

Metrics

TBD