Created 12-09-2015 04:51 AM
Where can I find example code to add a fully distributed service including master, slave and client components, into Ambari stack?
Created 12-09-2015 05:17 AM
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