<?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: Strange issue with FLUME NG, Its not throwing any error. Same time, Its not transferring Content in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3487#M598</link>
    <description>&lt;P&gt;Sorry, Its my mistake, I found what is the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is a typo in flume ng agent configuration on web server end,&lt;BR /&gt;It means, Sink name, I used avro_sink instead of avro-sink.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;I got another question now,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Question is, (i have webserver and I need to send those server logs to HDFS.)&lt;BR /&gt;i installed Flume NG agent (web server) and configured Spool Source, File channel and Avro Sink.&lt;BR /&gt;I installed Flume NG collector using Cloudera Manager and It has Avro Source, File channel and HDFS Sink.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here,&lt;BR /&gt;Avro breaking the source content (webserver logs) into avro event batches and sending into HDFS sink to store it.&lt;BR /&gt;&lt;STRONG&gt;HDFS storing those content like this format "FlumeData.1245567878"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;But I reall dont want my content (webserver logs)needs to be breaken, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Means, All the files must reach to HDFS as like original (with out changing filename).&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;Kindly share your expertise and let me know what kind of Source/sink i must choose to accomplish that.&lt;/P&gt;&lt;P&gt;Any suggestion/advice are truly appreciated !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Bommuraj Paramaraj&lt;/P&gt;</description>
    <pubDate>Sat, 23 Nov 2013 01:49:10 GMT</pubDate>
    <dc:creator>Bommuraj Paramaraj</dc:creator>
    <dc:date>2013-11-23T01:49:10Z</dc:date>
    <item>
      <title>Strange issue with FLUME NG, Its not throwing any error. Same time, Its not transferring Content</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3473#M597</link>
      <description>&lt;P&gt;Dear Folks, i am having very strange issue with Flume NG, I could not get solution at anywhere, so i m reaching here.&lt;BR /&gt;&lt;BR /&gt;I have configured flume to bring my webserver log to HDFS.&lt;BR /&gt;The problem here is, I am not seeing any error in Flume agent Log and Flume Collector Log.&lt;BR /&gt;So i got strucked where to start diagnose the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Idea here is, i have webserver and I need to send those server logs to HDFS.&lt;BR /&gt;i installed Flume NG agent and configured Sppol Source, File channel and Avro Sink.&lt;BR /&gt;I installed Flume NG collector using Cloudera Manager and It has Avro Source, File channel and HDFS Sink.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Flume NG version is 1.4.0+23-1.cdh (both web server and Collector having same version)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Webserver and Collector (Flume NG collector) are in public network , Means, Those two servers can be reachable over internet using one-one NATing.&lt;BR /&gt;I did not see any issue in connectivity, I am able to see ESTABLISHED session when i do telnet from WEB server to COLLECTOR over port 9999.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Flume NG agent config at WEB SERVER:&lt;BR /&gt;==================================&lt;BR /&gt;# list sources, sinks and channels in the agent&lt;BR /&gt;T2.sources = spool-source&lt;BR /&gt;T2.sinks = avro-avsink&lt;BR /&gt;T2.channels = file-channel&lt;BR /&gt;# Source Property&lt;BR /&gt;T2.sources.spool-source.type = spooldir&lt;BR /&gt;T2.sources.spool-source.spoolDir = /logs-archive/test&lt;BR /&gt;T2.sources.spool-source.channels = file-channel&lt;BR /&gt;T2.sources.spool-source.fileHeader = true&lt;BR /&gt;T2.sources.spool-source.trackerDir = /logs-archive/flume/DATA-03&lt;BR /&gt;# Sink Property&lt;BR /&gt;T2.sinks.avro_avsink.type = avro&lt;BR /&gt;T2.sinks.avro_avsink.channel = file-channel&lt;BR /&gt;T2.sinks.avro_avsink.hostname = 208.XX.XX.XX # PUBLIC IP ADDRESS OF COLLECTOR&lt;BR /&gt;T2.sinks.avro_avsink.port = 9999&lt;/P&gt;&lt;P&gt;# Channel Property&lt;BR /&gt;T2.channels.file-channel.type = memory&lt;BR /&gt;T2.channels.file-channel.checkpointDir = /logs-archive/flume/DATA-01&lt;BR /&gt;T2.channels.file-channel.dataDirs = /logs-archive/flume/DATA-02&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FLUME NG COLLECTOR config :&lt;BR /&gt;=========================&lt;BR /&gt;# agent name, in this case 'tier1'.&lt;BR /&gt;tier1.sources = source1&lt;BR /&gt;tier1.channels = channel1&lt;BR /&gt;tier1.sinks = sink1&lt;BR /&gt;# For each source, channel, and sink, set&lt;BR /&gt;# standard properties.&lt;BR /&gt;tier1.sources.source1.type = avro&lt;BR /&gt;tier1.sources.source1.bind = 10.2.4.10 # PRIVATE IP ADDRESS OF COLLECTOR, BUT IT HAS BEEN NAT WITH PUBLIC IP 208.XX.XX.XX&lt;BR /&gt;tier1.sources.source1.port = 9999&lt;BR /&gt;tier1.sources.source1.channels = channel1&lt;BR /&gt;tier1.sources.source1.threads = 12&lt;BR /&gt;tier1.channels.channel1.type = file&lt;BR /&gt;tier1.channels.channel1.checkpointDir = /mnt/sdd1&lt;BR /&gt;tier1.channels.channel1.dataDir = /mnt/sdd1&lt;/P&gt;&lt;P&gt;tier1.sinks.sink1.type = hdfs&lt;BR /&gt;tier1.sinks.sink1.filePrefix = %{host}&lt;BR /&gt;tier1.sinks.sink1.channel = channel1&lt;BR /&gt;tier1.sinks.sink1.hdfs.path = hdfs://xyz.com/user/test&lt;BR /&gt;tier1.sinks.sink1.threadsPoolSize = 20&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any Advice or Suggestion are truly appreciated !!!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Bommuraj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:50:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3473#M597</guid>
      <dc:creator>Bommuraj Paramaraj</dc:creator>
      <dc:date>2022-09-16T08:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Strange issue with FLUME NG, Its not throwing any error. Same time, Its not transferring Content</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3487#M598</link>
      <description>&lt;P&gt;Sorry, Its my mistake, I found what is the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is a typo in flume ng agent configuration on web server end,&lt;BR /&gt;It means, Sink name, I used avro_sink instead of avro-sink.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;I got another question now,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Question is, (i have webserver and I need to send those server logs to HDFS.)&lt;BR /&gt;i installed Flume NG agent (web server) and configured Spool Source, File channel and Avro Sink.&lt;BR /&gt;I installed Flume NG collector using Cloudera Manager and It has Avro Source, File channel and HDFS Sink.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here,&lt;BR /&gt;Avro breaking the source content (webserver logs) into avro event batches and sending into HDFS sink to store it.&lt;BR /&gt;&lt;STRONG&gt;HDFS storing those content like this format "FlumeData.1245567878"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;But I reall dont want my content (webserver logs)needs to be breaken, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Means, All the files must reach to HDFS as like original (with out changing filename).&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;Kindly share your expertise and let me know what kind of Source/sink i must choose to accomplish that.&lt;/P&gt;&lt;P&gt;Any suggestion/advice are truly appreciated !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Bommuraj Paramaraj&lt;/P&gt;</description>
      <pubDate>Sat, 23 Nov 2013 01:49:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3487#M598</guid>
      <dc:creator>Bommuraj Paramaraj</dc:creator>
      <dc:date>2013-11-23T01:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Strange issue with FLUME NG, Its not throwing any error. Same time, Its not transferring Content</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3617#M599</link>
      <description>Flume is designed to transfer event-formatted data, and does not move files as such. Flume will break down files into "events" (you can customize how Flume does this by writing your own deserializer), and write these out. If you need the original files in the exact same files, you can use the file information in the event headers, which can be interpreted using a serializer to annotate the file name information - and then rename it using an MR job. Flume does not directly support ingesting the files as is.</description>
      <pubDate>Mon, 02 Dec 2013 01:05:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3617#M599</guid>
      <dc:creator>hshreedharan</dc:creator>
      <dc:date>2013-12-02T01:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Strange issue with FLUME NG, Its not throwing any error. Same time, Its not transferring Content</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3635#M600</link>
      <description>&lt;P&gt;Thank You&amp;nbsp;&amp;nbsp;shreedharan, i will try to add file name in the even header and will check that.&lt;BR /&gt;Again, Appreciated your help !!!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bommuraj Paramaraj&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2013 18:37:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3635#M600</guid>
      <dc:creator>Bommuraj Paramaraj</dc:creator>
      <dc:date>2013-12-02T18:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Strange issue with FLUME NG, Its not throwing any error. Same time, Its not transferring Content</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3705#M601</link>
      <description>&lt;P&gt;Team / shreedharan, I got some questions while I was trying to add "file name" into the &amp;nbsp;Event Header.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;Please correct me if my understanding is Wrong !!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am &amp;nbsp;using &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;Spooling Directory Source"&lt;/STRONG&gt; and I am&amp;nbsp;&lt;/SPAN&gt;adding &lt;STRONG&gt;"File Name"&lt;/STRONG&gt; into the Header &lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; line-height: 14px;"&gt;using the option&lt;/SPAN&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-weight: bold; line-height: 14px;"&gt; "&lt;SPAN&gt;fileHeader = true" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; line-height: 14px;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-weight: bold; line-height: 14px;"&gt;&lt;SPAN&gt; "&lt;SPAN&gt;fileHeaderKey = key".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-weight: bold; line-height: 14px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-weight: bold; line-height: 14px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Here My Question is :&amp;nbsp;&lt;BR /&gt;Can i &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;bifurcate the flow&amp;nbsp;&lt;/SPAN&gt;using "File Name", ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; line-height: 14px;"&gt;It means, Trying to direct the content into Different Channels &amp;nbsp;using "File Name" ? (using "Multiplex" option)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; line-height: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; line-height: 14px;"&gt;If i can bifurcate the flow using "File Name" (which there in header), &amp;nbsp;What would be the right answer for below options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; line-height: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;selector.type = multiplexing&lt;BR /&gt;selector.header = &lt;STRONG&gt;????&lt;/STRONG&gt;&lt;BR /&gt;selector.mapping.&lt;STRONG&gt;????&lt;/STRONG&gt; = File-channel-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All Suggestions are highly appreciable.&lt;BR /&gt;&lt;BR /&gt;(I am checking all possibilities on my Amazon EC2 instance to make this work if i found something, I will Post you all. )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Bommuraj&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; line-height: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2013 02:53:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3705#M601</guid>
      <dc:creator>Bommuraj Paramaraj</dc:creator>
      <dc:date>2013-12-04T02:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Strange issue with FLUME NG, Its not throwing any error. Same time, Its not transferring Content</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3833#M602</link>
      <description>&lt;P&gt;Dear Folks,We Fixed the issue with below configuaration.&lt;/P&gt;&lt;P&gt;Thank you all for your assistance on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FLUME agent Configuaration:&lt;/P&gt;&lt;P&gt;========================&lt;/P&gt;&lt;P&gt;# list sources, sinks and channels in the agent&lt;BR /&gt;bench.sources = spool-source&lt;BR /&gt;bench.sinks = avro-avsink&lt;BR /&gt;bench.channels = file-channel&lt;/P&gt;&lt;P&gt;# Source Property&lt;BR /&gt;bench.sources.spool-source.type = spooldir&lt;BR /&gt;bench.sources.spool-source.spoolDir = /logs-archive/test&lt;BR /&gt;bench.sources.spool-source.channels = file-channel&lt;BR /&gt;bench.sources.spool-source.batchSize = 2000&lt;BR /&gt;bench.sources.spool-source.fileHeader = true&lt;BR /&gt;bench.sources.spool-source.fileHeaderKey = file&lt;BR /&gt;bench.sources.spool-source.bufferMaxLineLength = 8000&lt;BR /&gt;bench.sources.spool-source.trackerDir = /logs-archive/flume/DATA-03&lt;/P&gt;&lt;P&gt;# Interceptor&lt;BR /&gt;bench.sources.spool-source.interceptors = hostint&lt;BR /&gt;bench.sources.spool-source.interceptors.hostint.type = org.apache.flume.interceptor.HostInterceptor$Builder&lt;BR /&gt;bench.sources.spool-source.interceptors.hostint.preserveExisting = true&lt;BR /&gt;bench.sources.spool-source.interceptors.hostint.useIP = false&lt;/P&gt;&lt;P&gt;bench.sources.spool-source.interceptors = eventint&lt;BR /&gt;bench.sources.spool-source.interceptors.eventint.type = AddEventHeader$Builder&lt;/P&gt;&lt;P&gt;# Sink Property&lt;BR /&gt;bench.sinks.avro-avsink.type = avro&lt;BR /&gt;bench.sinks.avro-avsink.channel = file-channel&lt;BR /&gt;bench.sinks.avro-avsink.hostname = flume-01.XYZ.com&lt;BR /&gt;bench.sinks.avro-avsink.port = 9999&lt;BR /&gt;bench.sinks.avro_avsink.batch-size = 2000&lt;/P&gt;&lt;P&gt;# Channel Property&lt;BR /&gt;bench.channels.file-channel.type = file&lt;BR /&gt;bench.channels.file-channel.checkpointDir = /logs-archive/flume/DATA-01&lt;BR /&gt;bench.channels.file-channel.dataDirs = /logs-archive/flume/DATA-02&lt;BR /&gt;bench.channels.file-channel.transactionCapacity = 4000&lt;BR /&gt;bench.channels.file-channel.maxFileSize = 2147483648&lt;BR /&gt;bench.channels.file-channel.minimumRequiredSpace = 400000000&lt;BR /&gt;bench.channels.file-channel.capacity = 1000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Flume Server Configuaration :&lt;BR /&gt;=======================&lt;/P&gt;&lt;P&gt;# agent name, in this case 'tier1'.&lt;BR /&gt;tier1.sources = source1&lt;BR /&gt;tier1.channels = channel1&lt;BR /&gt;tier1.sinks = sink1&lt;/P&gt;&lt;P&gt;# Source Property&lt;BR /&gt;tier1.sources.source1.type = avro&lt;BR /&gt;tier1.sources.source1.bind = flume-01.XYZ.com&lt;BR /&gt;tier1.sources.source1.port = 9999&lt;BR /&gt;tier1.sources.source1.channels = channel1&lt;BR /&gt;tier1.sources.source1.threads = 12&lt;/P&gt;&lt;P&gt;# Channel Property&lt;BR /&gt;tier1.channels.channel1.type = file&lt;BR /&gt;tier1.channels.channel1.checkpointDir = /mnt/sdd1/checkpointDir&lt;BR /&gt;tier1.channels.channel1.dataDirs = /mnt/sdd1/dataDir&lt;BR /&gt;tier1.channels.channel1.minimumRequiredSpace = 83558400&lt;BR /&gt;tier1.channels.channel1.transactionCapacity = 1000000&lt;BR /&gt;tier1.channels.channel1.maxFileSize = 2147483648&lt;BR /&gt;tier1.channels.channel1.capacity = 9000000&lt;/P&gt;&lt;P&gt;# Interceptor Property&lt;BR /&gt;#tier1.sources.source1.interceptors = hostint&lt;BR /&gt;#tier1.sources.source1.interceptors.hostint.type = org.apache.flume.interceptor.HostInterceptor$Builder&lt;BR /&gt;#tier1.sources.source1.interceptors.hostint.preserveExisting = true&lt;BR /&gt;#tier1.sources.source1.interceptors.hostint.useIP = false&lt;/P&gt;&lt;P&gt;# Sink Property&lt;BR /&gt;tier1.sinks.sink1.type = hdfs&lt;BR /&gt;tier1.sinks.sink1.hdfs.path = hdfs://example.intranet.com:8020/flume-test/%{eventName}/%Y-%m-%d/%H&lt;BR /&gt;tier1.sinks.sink1.channel = channel1&lt;BR /&gt;tier1.sinks.sink1.hdfs.useLocalTimeStamp = true&lt;BR /&gt;tier1.sinks.sink1.hdfs.filePrefix = %{host}&lt;BR /&gt;tier1.sinks.sink1.hdfs.rollSize = 1048576&lt;BR /&gt;tier1.sinks.sink1.hdfs.rollInterval = 0&lt;BR /&gt;tier1.sinks.sink1.hdfs.rollCount = 0&lt;BR /&gt;tier1.sinks.sink1.hdfs.rollTimerPoolSize = 10&lt;BR /&gt;tier1.sinks.sink1.hdfs.batchSize = 20000&lt;BR /&gt;tier1.sinks.sink1.hdfs.maxOpenFiles = 500000&lt;BR /&gt;tier1.sinks.sink1.hdfs.file.Type = SequenceFile&lt;BR /&gt;tier1.sinks.sink1.hdfs.writeFormat = Writable&lt;BR /&gt;tier1.sinks.sink1.hdfs.threadsPoolSize = 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Bommuraj&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2013 19:27:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Strange-issue-with-FLUME-NG-Its-not-throwing-any-error-Same/m-p/3833#M602</guid>
      <dc:creator>Bommuraj Paramaraj</dc:creator>
      <dc:date>2013-12-09T19:27:10Z</dc:date>
    </item>
  </channel>
</rss>

