CodingInCircles
CodingInCircles

Reputation: 2807

Using Ambari with Non-HDP components

I was trying to figure out if we can use Ambari with Non-HDP components or services like ElasticSearch or Tomcat or something like that. I read that Ambari interfaces with the supported components using RESTful APIs. Can something similar be done with other services like the ones I have mentioned? Has anyone done that? If so, how it was done?

Upvotes: 1

Views: 888

Answers (1)

J Maurer
J Maurer

Reputation: 1044

Yes, Ambari Stacks (since 1.5.0 or later) can manage custom services.

Upvotes: 1

Related Questions