Versions Compared

Key

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

...

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

Example: Implementing a Simple

...

Client Service

In this example, we will create a new service called "TESTSRV", add it to an existing Stack definition and use the Ambari APIs to install/configure /restart the service. This service is a CLIENT so it has two commands: install and configure.

Create and Add the Service

...