I tried to set jdk64_home in my params.py and was hoping that before-ANY hook will initiate jdk installation but somehow it didn't happen. My custom service installation script is similar to following:
https://github.com/tzolov/springboot-ambari-service/blob/master/src/main/resources/services/package/scripts/master.py#L28 Can you help me initiate jdk installation? On Wed, Dec 16, 2015 at 4:52 PM, Nikunj Thakkar <[email protected] > wrote: > Hey, > > Never mind. I found the way. Thanks for pointing out the way. > > - Nikunj > > On Wed, Dec 16, 2015 at 4:49 PM, Nikunj Thakkar < > [email protected]> wrote: > >> Hi Myroslav, >> >> I did find that hook through common services but how do I initiate >> installation during my custom service installation? >> >> thanks, >> Nikunj >> >> On Mon, Dec 14, 2015 at 7:24 PM, Myroslav Papyrkovskyy < >> [email protected]> wrote: >> >>> Hello. >>> Usually this is done for all services in before-any hook. >>> JDK setup code: >>> stacks/HDP/2.0.6/hooks/before-ANY/scripts/shared_initialization.py:167 >>> Example usage: >>> stacks/HDP/2.0.6/hooks/before-ANY/scripts/hook.py:23 >>> >>> Regards, >>> Myroslav >>> >>> > 14 груд. 2015 р. о 15:48 Nikunj Thakkar <[email protected]> >>> написав(ла): >>> > >>> > Hi all, >>> > >>> > >>> > I'm working on deploying custom components through Ambari. I've >>> dependency on jdk to run these services. While I can install JDK when >>> installing ambari-server, is there any way to do it while installing >>> ambari-agent? or can I trigger installation of JDK through pre-install hook? >>> > >>> > I've seen that it's being done for some the service provided in common >>> services. I couldn't find any way to do it in custom service. >>> > >>> > >>> > Any pointers on this will be much appreciated. >>> > >>> > >>> > Thanks, >>> > Nikunj >>> >>> >> >
