Created 04-28-2017 02:14 PM
Hello everybody,
I am trying to add a custom service to ambari using the documentation as main resource. The service is made up by two master components implemented as java processes. I can add the service to the stack and install it via the ambari web interface using the dummy python scripts provided as example. There are some aspects not covered I would like to know more about:
Thank you all for the help.
Created 04-28-2017 02:48 PM
The following page has examples:
https://github.com/abajwa-hw/ambari-flink-service/blob/master/package/scripts/flink.py
Ali has many examples of services in his repositories.
The setup page for this service shows how to get the scripts into the cluster.
Created 04-28-2017 02:48 PM
The following page has examples:
https://github.com/abajwa-hw/ambari-flink-service/blob/master/package/scripts/flink.py
Ali has many examples of services in his repositories.
The setup page for this service shows how to get the scripts into the cluster.
Created 05-03-2017 01:33 PM
Sorry to bother again, two additional questions:
Thank you for the help @bhagan
Created 04-29-2017 02:59 AM
In addition to above answer, please refer below useful articles for creating custom Ambari alerts
https://community.hortonworks.com/questions/9033/how-to-add-custom-alerts-in-ambari.html
Created 06-29-2017 02:36 PM
I found those two examples quite helpful:
- https://github.com/geniuszhe/ambari-mongodb-cluster
- https://github.com/abajwa-hw/ntpd-stack
I suppose you have your own services, if so, I'd create my own repo (rpm repo for centos e.g. as in the mongodb example) where you have your services packaged and ready to install.