<?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: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104685#M15682</link>
    <description>&lt;P&gt;HI Ervits Thanks for quick reply...&lt;/P&gt;&lt;P&gt;can you please show me flume.conf file configuration here if you dont mind &lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2016 00:02:04 GMT</pubDate>
    <dc:creator>pansheriya_vija</dc:creator>
    <dc:date>2016-01-21T00:02:04Z</dc:date>
    <item>
      <title>I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104683#M15680</link>
      <description />
      <pubDate>Wed, 20 Jan 2016 23:40:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104683#M15680</guid>
      <dc:creator>pansheriya_vija</dc:creator>
      <dc:date>2016-01-20T23:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104684#M15681</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2291/pansheriyavijay.html" nodeid="2291"&gt;@vijay patel&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;you need &lt;A href="http://flume.apache.org/FlumeUserGuide.html#jms-source"&gt;JMS Source&lt;/A&gt;&lt;/P&gt;&lt;P&gt;also need &lt;A href="http://flume.apache.org/FlumeUserGuide.html#kafka-sink"&gt;Kafka Sink&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and a channel of your choice&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 23:47:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104684#M15681</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-20T23:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104685#M15682</link>
      <description>&lt;P&gt;HI Ervits Thanks for quick reply...&lt;/P&gt;&lt;P&gt;can you please show me flume.conf file configuration here if you dont mind &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:02:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104685#M15682</guid>
      <dc:creator>pansheriya_vija</dc:creator>
      <dc:date>2016-01-21T00:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104686#M15683</link>
      <description>&lt;P&gt;there are examples at the links I provided&lt;/P&gt;&lt;PRE&gt;a1.sources = r1
a1.channels = c1
a1.sources.r1.type = jms
a1.sources.r1.channels = c1
a1.sources.r1.initialContextFactory = org.apache.activemq.jndi.ActiveMQInitialContextFactory
a1.sources.r1.connectionFactory = GenericConnectionFactory
a1.sources.r1.providerURL = tcp://mqserver:61616
a1.sources.r1.destinationName = BUSINESS_DATA
a1.sources.r1.destinationType = QUEUE
a1.sinks.k1.type = org.apache.flume.sink.kafka.KafkaSink
a1.sinks.k1.topic = mytopic
a1.sinks.k1.brokerList = localhost:9092
a1.sinks.k1.requiredAcks = 1
a1.sinks.k1.batchSize = 20
a1.sinks.k1.channel = c1 &lt;/PRE&gt;&lt;P&gt;again you also need to add a channel, there are tons of examples on the same site. &lt;A href="https://community.hortonworks.com/questions/10831/i-want-to-use-source-as-jms-and-sink-to-kafka-usin.html#"&gt;@vijay patel&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:04:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104686#M15683</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T00:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104687#M15684</link>
      <description>&lt;P&gt;Thanks you so much&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:06:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104687#M15684</guid>
      <dc:creator>pansheriya_vija</dc:creator>
      <dc:date>2016-01-21T00:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104688#M15685</link>
      <description>&lt;P&gt;Is it any jar file or any properties need to be changed above conf file?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:08:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104688#M15685</guid>
      <dc:creator>pansheriya_vija</dc:creator>
      <dc:date>2016-01-21T00:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104689#M15686</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2291/pansheriyavijay.html" nodeid="2291"&gt;@vijay patel&lt;/A&gt; I suggest doing a &lt;A href="http://hortonworks.com/hadoop-tutorial/how-to-refine-and-visualize-server-log-data/"&gt;tutorial&lt;/A&gt; on flume, there are no other jars necessary. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:12:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104689#M15686</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T00:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104690#M15687</link>
      <description>&lt;P&gt;I need to send data JMS--&amp;gt;kafka and kafka to HDFS  using flume can you advise me what is the best option and conf file looks like?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:13:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104690#M15687</guid>
      <dc:creator>pansheriya_vija</dc:creator>
      <dc:date>2016-01-21T00:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use source as JMS and sink to Kafka using flume, what kinds of configuration need to do?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104691#M15688</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2291/pansheriyavijay.html" nodeid="2291"&gt;@vijay patel&lt;/A&gt; you need to open a new thread as this is different requirement from the original question. This can become messy as you will have to chain Flume agents. The only way to chain the agents is to use Avro RPC. We recommend you look at HDF powered by Apache &lt;A href="https://nifi.apache.org/"&gt;Nifi&lt;/A&gt;. It will be a lot simpler to do.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:18:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-want-to-use-source-as-JMS-and-sink-to-Kafka-using-flume/m-p/104691#M15688</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T00:18:40Z</dc:date>
    </item>
  </channel>
</rss>

