You can create your own repository from HDP repository and add your artifacts to your private repository. You can then add your custom service to the stack definition.
Here are few resources that would help. Building local repository http://hortonworks.com/blog/how-to-use-local-repositories-apache-ambari/ Adding custom service to a stack definition https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=38571133 Thanks Jayush From: priyanka gugale <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Tuesday, February 9, 2016 at 10:28 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: Hosting package for installation Basically I would like to understand, 1. Is there a way that we can push our package to HDP Stack repository? 2. If not, how to add third party repository to the service, so that package is downloaded from right place while service installation. 3. In case we don't have any package, can we write scripts to build the package and then use it for installation or follow some custom install process? If more than one option is feasible which of these is the recommended way to follow? -Priyanka On Tue, Feb 9, 2016 at 6:57 PM, priyanka gugale <[email protected]<mailto:[email protected]>> wrote: Hi, We are planning to create Apache Apex package in Ambari. What should be the source of installer? 1. Write script to checkout latest code and build rpm/deb package and install it when someone tries to install the service? 2. Host the rpm/deb on some repository and write the installer script to just install hosted packages? If hosting the packages is right option, where can we host it? Can we push it to ambari public repository? Or we do need to host it somewhere else and expect user to use our repository? -Priyanka
