Hello Su, Currently, Ambari Web does not expose a way to add new services after the cluster is installed. However, this is possible with the Management API. Management API for doing POST, PUT, DELETE exists, but it has not been documented. This is something that we will have to work on.
One way is figure out the calls/payload format, etc, is to observe the network traffic Ambari Web makes during the install process using developer tools of the web browser. Yusaku On Wed, Mar 6, 2013 at 1:51 AM, Su Kucherova <[email protected]> wrote: > Hi > > I wanted to know how i can Add a new service and also DELETE some service > after i have passed the wizard stage. > The problem i am facing is that.I went through the wizard steps and some > services failed to start. > but once i came into the dashboard there was no link to add more services. > > IS there a way i can go back into the wizard stage again? > > I dont have any documentation for the payload Data to be sent as part of > REST call to create a service. > > > > Thanks > Su
