<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Ambari - adding custom service in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215604#M60188</link>
    <description>&lt;P&gt;The following page has examples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/abajwa-hw/ambari-flink-service/blob/master/package/scripts/flink.py" target="_blank"&gt;https://github.com/abajwa-hw/ambari-flink-service/blob/master/package/scripts/flink.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ali has many examples of services in his repositories.&lt;/P&gt;&lt;P&gt;The setup page for this service shows how to get the scripts into the cluster.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/abajwa-hw/ambari-flink-service" target="_blank"&gt;https://github.com/abajwa-hw/ambari-flink-service&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2017 21:48:53 GMT</pubDate>
    <dc:creator>bhagan</dc:creator>
    <dc:date>2017-04-28T21:48:53Z</dc:date>
    <item>
      <title>Ambari - adding custom service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215603#M60187</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I am trying to add a custom service to ambari using the &lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/Stacks+and+Services"&gt;documentation&lt;/A&gt; 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:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is there some additional resource on how to implement the actual methods to install, start and stop the components of the service?&lt;/LI&gt;&lt;LI&gt;How can I distribute the program files in the cluster?
&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;
Thank you all for the help.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 21:14:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215603#M60187</guid>
      <dc:creator>riccardo_iacomi</dc:creator>
      <dc:date>2017-04-28T21:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari - adding custom service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215604#M60188</link>
      <description>&lt;P&gt;The following page has examples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/abajwa-hw/ambari-flink-service/blob/master/package/scripts/flink.py" target="_blank"&gt;https://github.com/abajwa-hw/ambari-flink-service/blob/master/package/scripts/flink.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ali has many examples of services in his repositories.&lt;/P&gt;&lt;P&gt;The setup page for this service shows how to get the scripts into the cluster.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/abajwa-hw/ambari-flink-service" target="_blank"&gt;https://github.com/abajwa-hw/ambari-flink-service&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 21:48:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215604#M60188</guid>
      <dc:creator>bhagan</dc:creator>
      <dc:date>2017-04-28T21:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari - adding custom service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215605#M60189</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13343/riccardoiacomini.html" nodeid="13343"&gt;@Riccardo Iacomini&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In addition to above answer, please refer below useful articles for creating custom Ambari alerts&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/38149/how-to-create-and-register-custom-ambari-alerts.html" target="_blank"&gt;https://community.hortonworks.com/articles/38149/how-to-create-and-register-custom-ambari-alerts.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/9033/how-to-add-custom-alerts-in-ambari.html" target="_blank"&gt;https://community.hortonworks.com/questions/9033/how-to-add-custom-alerts-in-ambari.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 09:59:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215605#M60189</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2017-04-29T09:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari - adding custom service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215606#M60190</link>
      <description>&lt;P&gt;Sorry to bother again, two additional questions:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;from my understanding, the File(), Execute(), Script() ... are meant to execute commands cluster-wise, right? 
&lt;/LI&gt;&lt;LI&gt;I imagine the configuration loaded using the &lt;STRONG&gt;get_config()&lt;/STRONG&gt; method in the &lt;STRONG&gt;params&lt;/STRONG&gt; and &lt;STRONG&gt;status_params&lt;/STRONG&gt; scripts is backed up by some configuration file in the cluster. If I am right, where is it located?
&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you for the help &lt;A rel="user" href="https://community.cloudera.com/users/355/bhagan.html" nodeid="355"&gt;@bhagan&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 20:33:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215606#M60190</guid>
      <dc:creator>riccardo_iacomi</dc:creator>
      <dc:date>2017-05-03T20:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari - adding custom service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215607#M60191</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/13343/riccardoiacomini.html" nodeid="13343"&gt;@Riccardo Iacomini&lt;/A&gt;, &lt;/P&gt;&lt;P&gt;I found those two examples quite helpful:&lt;/P&gt;&lt;P&gt;- &lt;A href="https://github.com/geniuszhe/ambari-mongodb-cluster"&gt;https://github.com/geniuszhe/ambari-mongodb-cluster&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://github.com/abajwa-hw/ntpd-stack"&gt;https://github.com/abajwa-hw/ntpd-stack&lt;/A&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 21:36:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-adding-custom-service/m-p/215607#M60191</guid>
      <dc:creator>dp1</dc:creator>
      <dc:date>2017-06-29T21:36:38Z</dc:date>
    </item>
  </channel>
</rss>

