<?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: ​Flume in Production - To Ambari or not to Ambari, that is the question! in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135931#M98582</link>
    <description>&lt;P&gt;This was back in 2016, nowadays I would go for Nifi (open source) or &lt;A href="https://streamsets.com"&gt; StreamSets&lt;/A&gt; (free to use, pay for support)&lt;/P&gt;&lt;P&gt;Flume is deprecated in Hortonworks now and will be removed from in future releases 3.*: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_release-notes/content/deprecated_items.html"&gt;deprecations_HDP&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 13:37:57 GMT</pubDate>
    <dc:creator>MrBee</dc:creator>
    <dc:date>2017-08-03T13:37:57Z</dc:date>
    <item>
      <title>​Flume in Production - To Ambari or not to Ambari, that is the question!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135925#M98576</link>
      <description>&lt;P&gt;I need to find out what the best practice is for running a
set of flume agents in production. All the answers I find dance around the
issue. I am clear that when setting up in Ambari, you can create a number of
config groups for Flume, and each agent needs to be concatenated into the
flume.conf for that group. So, each agent runs 1 instance on each host
associated with the configuration group.&lt;/P&gt;&lt;P&gt;At this point, you can see and restart individual agents
through Ambari. However (and here’s the problem), if you make a change to any
of the agents configuration or add a new one then you need to restart ALL of
the agents in that group for the change to take effect! Not acceptable in my case
where I have 4 apps running 2 or 3 agents each. It certainly does not seem to be acceptable to have to restart all applications flume agents whenever a change is made!&lt;/P&gt;&lt;P&gt;So, &lt;STRONG&gt;am I missing something or are large enterprises simply
using shell scripts to start the agent on each host&lt;/STRONG&gt;? &lt;/P&gt;&lt;P&gt; If they are using script, then what
is being used for monitoring and auto-restart?&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2016 05:16:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135925#M98576</guid>
      <dc:creator>Jim_B</dc:creator>
      <dc:date>2016-05-07T05:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: ​Flume in Production - To Ambari or not to Ambari, that is the question!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135926#M98577</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2834/jbarnett.html" nodeid="2834"&gt;@jbarnett&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;I say not Flume &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;have you tried NiFi ? You can can have several processors for your app, configure each one of them with some click in GUI !! you want re-configure a particular processor, no problem !! stop it, right click, configure it and run it again.&lt;/P&gt;&lt;P&gt;If you really want to use Flume, I recommend using a config file per agent as stated in the &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_installing_manually_book/content/installing_flume.html"&gt;doc&lt;/A&gt; :&lt;/P&gt;&lt;PRE&gt;Hortonworks recommends that administrators use a separate configuration file for each Flume agent. .... While it is possible to use one large configuration file that specifies all the Flume components needed by all the agents, this is not typical of most production deployments. &lt;/PRE&gt;&lt;P&gt;Since you have several agents in the same host, Ambari is not an option&lt;/P&gt;&lt;P&gt;Use NiFi !!&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2016 06:56:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135926#M98577</guid>
      <dc:creator>ahadjidj</dc:creator>
      <dc:date>2016-05-07T06:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: ​Flume in Production - To Ambari or not to Ambari, that is the question!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135927#M98578</link>
      <description>&lt;P style="margin-left: 40px;"&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2056/ahadjidj.html" nodeid="2056"&gt;@Abdelkrim Hadjidj&lt;/A&gt; &lt;/P&gt;&lt;P&gt;So, I AM trying to get the powers to be to switch over to NiFi, but in the mean time we have a short time frame to port what they have with as little changes as possible.&lt;/P&gt;&lt;P&gt;Under &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_installing_manually_book/content/starting_flume.html"&gt;Starting Flume &lt;/A&gt;The document also shows starting Flume from the command line. In this scenario, you could put each one in a separate config file. I am just wondering if this is how most large enterprises are running in production. And, if so, how they are monitoring them.&lt;/P&gt;&lt;P&gt;BTW, I had accidentally posted this an answer, so not sure if everyone saw it. &lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 22:11:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135927#M98578</guid>
      <dc:creator>Jim_B</dc:creator>
      <dc:date>2016-05-10T22:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: ​Flume in Production - To Ambari or not to Ambari, that is the question!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135928#M98579</link>
      <description>&lt;P&gt;Hi Jim!  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Our project is still around and getting bigger.  We are using both Cloudera and Hortonworks and building more dataflows.  With increased complexity, we are finding that Ambari more and more inadequate compared to Cloudera's full-featured commercial counterpart, Cloudera Manager.  For Flume, there are only six metrics, four basic config attributes, and one big textbox for pasting in the config file.  I have to hand-edit flume-env.sh to change the agent heap allocation.&lt;/P&gt;&lt;P&gt;(With apology to our hosts)  While Hortonworks offers a goodie bag of latest Apache applications, the primitive state of the management console is a deal-breaker.  If Ambari cannot be improved soon, I strongly recommend you consider Cloudera (we are using the free version).&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 04:15:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135928#M98579</guid>
      <dc:creator>MilesYao</dc:creator>
      <dc:date>2016-05-14T04:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: ​Flume in Production - To Ambari or not to Ambari, that is the question!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135929#M98580</link>
      <description>&lt;P&gt;Limitation on the Flume management is absolutely there but we make up for it with our NiFi support. &lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 19:25:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135929#M98580</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-05-14T19:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: ​Flume in Production - To Ambari or not to Ambari, that is the question!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135930#M98581</link>
      <description>&lt;P&gt;We manage our Flume-agents in Ambari. We have 3 'data-ingres'-nodes of many nodes. These nodes are bundled in a ConfigGroup, which are located at the top in Ambari &amp;gt; Flume &amp;gt; config with the name 'dataLoaders'.&lt;/P&gt;&lt;P&gt;The default flume.conf is empty, for the config-group 'dataLoaders' we override the default and add 2 agents:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Pulling data from a Queue and put it in Kafka + HDFS&lt;/LI&gt;&lt;LI&gt;Receiving JSON and placing it on a Kafka-topic.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Each host in the config-group will run the 2 agents, which can be restarted separately from the Ambari-flume summary page. When you have changed the config, it is traceable/audited in Ambari. A restart from Ambari will place the new config file for the flumes. Ambari-agent on the Flume host will inspect if the process is running and Alarm you when its dead. Ambari will help you when upgrading stack to latest version(s).&lt;/P&gt;&lt;P&gt;notes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You cannot put a host in multiple config groups. (don't mix responsibilities)&lt;/LI&gt;&lt;LI&gt;The configuration is in plain text and no validation at all. (start and check /var/log/flume/**.log)
&lt;/LI&gt;&lt;LI&gt;Rolling restart for a config group is not supported (restart flume-agents 1 by 1)&lt;/LI&gt;&lt;LI&gt;Ambari 'alive'-checks are super simple, locked-up agent is running, but not working...&lt;/LI&gt;&lt;LI&gt;Ambari Flume data insight charts are too simple, (Grafana coming, or use JMXExporter -&amp;gt; Prometheus)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 27 Jul 2016 00:46:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135930#M98581</guid>
      <dc:creator>MrBee</dc:creator>
      <dc:date>2016-07-27T00:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: ​Flume in Production - To Ambari or not to Ambari, that is the question!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135931#M98582</link>
      <description>&lt;P&gt;This was back in 2016, nowadays I would go for Nifi (open source) or &lt;A href="https://streamsets.com"&gt; StreamSets&lt;/A&gt; (free to use, pay for support)&lt;/P&gt;&lt;P&gt;Flume is deprecated in Hortonworks now and will be removed from in future releases 3.*: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_release-notes/content/deprecated_items.html"&gt;deprecations_HDP&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 13:37:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Flume-in-Production-To-Ambari-or-not-to-Ambari-that-is-the/m-p/135931#M98582</guid>
      <dc:creator>MrBee</dc:creator>
      <dc:date>2017-08-03T13:37:57Z</dc:date>
    </item>
  </channel>
</rss>

