Support Questions

Find answers, ask questions, and share your expertise

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...