Hi, I am trying to write a service to install our product package though ambari. I have written simple scripts as per guidelines, here is the code for same: https://github.com/DT-Priyanka/AmbariDTRTS
I am facing following problems: 1. My install scripts are not getting invoked. I tried putting some log/print messages to confirm that. When I run install service from UI, it exits within a second giving green status. (I have not written service_check script, could that be a problem?) 2. What is the way to mark configurations parameters optional? Whatever parameters I include in my config xml file, I need to provide them in UI, if I haven't specified defaults. How can I mark them as optional? Any help on this is really appreciated. Thanks, Priyanka
