Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to add a fully distributed service into Ambari?

avatar
Expert Contributor

Where can I find example code to add a fully distributed service including master, slave and client components, into Ambari stack?

1 ACCEPTED SOLUTION

avatar

For people getting started with building Ambari services we recommend these examples:

For more advanced users, they can look at whichever actual Ambari service is closest to what you need:

https://github.com/apache/ambari/tree/trunk/ambari...

Hbase is probably a good example for what you are looking for: it has master, client and slaves:

https://github.com/apache/ambari/blob/trunk/ambari...

View solution in original post

1 REPLY 1

avatar

For people getting started with building Ambari services we recommend these examples:

For more advanced users, they can look at whichever actual Ambari service is closest to what you need:

https://github.com/apache/ambari/tree/trunk/ambari...

Hbase is probably a good example for what you are looking for: it has master, client and slaves:

https://github.com/apache/ambari/blob/trunk/ambari...