<?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 Can I create multiple Flume processes on same host? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102562#M15076</link>
    <description>&lt;P&gt;Can I run different version of Flume with different classpath on same host? &lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2016 22:54:30 GMT</pubDate>
    <dc:creator>roman_sydorov1</dc:creator>
    <dc:date>2016-01-14T22:54:30Z</dc:date>
    <item>
      <title>Can I create multiple Flume processes on same host?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102562#M15076</link>
      <description>&lt;P&gt;Can I run different version of Flume with different classpath on same host? &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 22:54:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102562#M15076</guid>
      <dc:creator>roman_sydorov1</dc:creator>
      <dc:date>2016-01-14T22:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create multiple Flume processes on same host?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102563#M15077</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2123/romansydorov-1.html" nodeid="2123"&gt;@Roman Sydorov&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Please see this  "&lt;/P&gt;&lt;P&gt;It is possible to run multiple Flume agents on the same host
&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_installing_manually_book/content/installing_flume.html"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_installing_manually_book/content/installing_flume.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 22:58:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102563#M15077</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-14T22:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create multiple Flume processes on same host?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102564#M15078</link>
      <description>&lt;P&gt;@Roman Sydorov I haven't tried but I don't see any reason why not. You can start each Flume version with the command below, just create separate conf directories and set respective classpaths in flume-env.sh. Each one can run multiple agents and each agent will run as a separate process. However, from Ambari you can start and manage only one Flume version specified by default in /etc/flume/conf. &lt;/P&gt;&lt;PRE&gt;/usr/hdp/current/flume-server/bin/flume-ng agent -c /etc/flume/conf -f /etc/flume/conf/flume.conf -n agent
&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jan 2016 01:22:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102564#M15078</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-01-15T01:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create multiple Flume processes on same host?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102565#M15079</link>
      <description>&lt;P&gt;Ambari run each agent in new process. It split single configuration (on ambari screen) to multiple folders (per agent) on the node&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 04:03:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102565#M15079</guid>
      <dc:creator>bluesmix</dc:creator>
      <dc:date>2016-01-16T04:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create multiple Flume processes on same host?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102566#M15080</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2123/romansydorov-1.html" nodeid="2123"&gt;@Roman Sydorov&lt;/A&gt; &lt;/P&gt;&lt;P&gt;It may not be possible to manage mulitple versions with ambari.&lt;/P&gt;&lt;H4&gt;Starting an agent&lt;A href="https://flume.apache.org/FlumeUserGuide.html#starting-an-agent"&gt;&lt;/A&gt;&lt;/H4&gt;&lt;P&gt;An agent is started using a shell script called flume-ng which is located in the bin directory of the Flume distribution. You need to specify the agent name, the config directory, and the config file on the command line:&lt;/P&gt;&lt;PRE&gt;$ bin/flume-ng agent -n $agent_name -c conf -f conf/flume-conf.properties.template
&lt;/PRE&gt;&lt;P&gt;Now the agent will start running source and sinks configured in the given properties file.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2016 08:37:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102566#M15080</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-17T08:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create multiple Flume processes on same host?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102567#M15081</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2167/bluesmix.html" nodeid="2167"&gt;@Michael M&lt;/A&gt; thanks for clarification. &lt;A rel="user" href="https://community.cloudera.com/users/2123/romansydorov-1.html" nodeid="2123"&gt;@Roman Sydorov&lt;/A&gt; Please see my edited answer above.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2016 10:21:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-I-create-multiple-Flume-processes-on-same-host/m-p/102567#M15081</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-01-17T10:21:07Z</dc:date>
    </item>
  </channel>
</rss>

