<?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: How to configure Flume on the Hortonworks Sandbox? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156648#M40911</link>
    <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/13157/ravichandrac65.html" nodeid="13157"&gt;@R c&lt;/A&gt; - this is perfect. My only issue is on the Hortonworks Sandbox on Azure- there doesn't seem to be a /user/hdp/current/flume-server/conf directory. Is this an error or an accidental deletion possible?&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 03:17:58 GMT</pubDate>
    <dc:creator>cwarren</dc:creator>
    <dc:date>2016-09-21T03:17:58Z</dc:date>
    <item>
      <title>How to configure Flume on the Hortonworks Sandbox?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156646#M40909</link>
      <description>&lt;P&gt;I am preparing the Hortonworks Certification Exam and need assistance configuring Flume on the hortonworks sandbox. &lt;/P&gt;&lt;P&gt;Essentially all I want to do is practice/complete the following tasks from the exam objectives:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Given a Flume configuration file, start a Flume agent&lt;/LI&gt;&lt;LI&gt;Given a configured sink and source, configure a Flume memory channel with a specified capacity&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;
I see how to start a Flume agent and configure a memory channel etc from the user guide, but you cannot do either of those without providing a configuration file. Unfortunately, I cannot find documentation/tutorials/assistance anywhere on how to set up the configuration file on the Sandbox. I know what needs to go in the configuration file from the user guide, but I can't seem to access the Flume root folder from the system shell so that I can edit the configuration file - thus making it impossible to accomplish the above task. &lt;/P&gt;&lt;P&gt;Does anyone know how this can be done - or, if I am missing something obvious? Or - if anyone knows any good walk through that don't assume prior knowledge of Flume - that would be wonderful.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2016 06:04:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156646#M40909</guid>
      <dc:creator>cwarren</dc:creator>
      <dc:date>2016-09-17T06:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Flume on the Hortonworks Sandbox?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156647#M40910</link>
      <description>&lt;P&gt;Flume configuration file is in &lt;/P&gt;&lt;P&gt;/usr/hdp/current/flume-server/conf&lt;/P&gt;&lt;P&gt;look for flume.conf in the folder and add your requirements to it.&lt;/P&gt;&lt;P&gt;After creating your configuration file use below command to start flume. You have to be in flume home directory to execute this command that is /usr/hdp/current/flume-server&lt;/P&gt;&lt;PRE&gt;bin/flume-ng agent --conf conf --conf-file flume.conf --name a1 -Dflume.root.logger=INFO,console&lt;/PRE&gt;&lt;P&gt;For more details refer &lt;/P&gt;&lt;P&gt;&lt;A href="https://flume.apache.org/FlumeUserGuide.html" target="_blank"&gt;https://flume.apache.org/FlumeUserGuide.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2016 09:32:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156647#M40910</guid>
      <dc:creator>ravichandrac65</dc:creator>
      <dc:date>2016-09-17T09:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Flume on the Hortonworks Sandbox?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156648#M40911</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/13157/ravichandrac65.html" nodeid="13157"&gt;@R c&lt;/A&gt; - this is perfect. My only issue is on the Hortonworks Sandbox on Azure- there doesn't seem to be a /user/hdp/current/flume-server/conf directory. Is this an error or an accidental deletion possible?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 03:17:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156648#M40911</guid>
      <dc:creator>cwarren</dc:creator>
      <dc:date>2016-09-21T03:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Flume on the Hortonworks Sandbox?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156649#M40912</link>
      <description>&lt;P&gt;It is not /user/hdp it is /usr/hdp/current or try to cd 
/usr/hdp/2.4.xxx/flume/ and look for a version number. This location is 
on local file system not on hdfs. As you are using sandbox it should be 
the same location.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 03:47:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Flume-on-the-Hortonworks-Sandbox/m-p/156649#M40912</guid>
      <dc:creator>ravichandrac65</dc:creator>
      <dc:date>2016-09-21T03:47:22Z</dc:date>
    </item>
  </channel>
</rss>

