<?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 how can I send send JMS to HDFS using nifi?? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107191#M15931</link>
    <description />
    <pubDate>Fri, 22 Jan 2016 02:59:52 GMT</pubDate>
    <dc:creator>pansheriya_vija</dc:creator>
    <dc:date>2016-01-22T02:59:52Z</dc:date>
    <item>
      <title>how can I send send JMS to HDFS using nifi??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107191#M15931</link>
      <description />
      <pubDate>Fri, 22 Jan 2016 02:59:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107191#M15931</guid>
      <dc:creator>pansheriya_vija</dc:creator>
      <dc:date>2016-01-22T02:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: how can I send send JMS to HDFS using nifi??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107192#M15932</link>
      <description>&lt;P&gt;you need a processor to read from &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.GetJMSTopic/index.html"&gt;JMS queue&lt;/A&gt; and you need a processor to put data into &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.hadoop.PutHDFS/index.html"&gt;hdfs&lt;/A&gt;. you may need to handle your logic a bit but that's basically the processors you need &lt;A rel="user" href="https://community.cloudera.com/users/2291/pansheriyavijay.html" nodeid="2291"&gt;@vijay patel&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 03:02:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107192#M15932</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-22T03:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: how can I send send JMS to HDFS using nifi??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107193#M15933</link>
      <description>&lt;P&gt;You can pull data from JMS using either queues or topics by using these processors:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.GetJMSTopic/index.html"&gt;https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.GetJMSTopic/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.GetJMSQueue/index.html"&gt;https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.GetJMSQueue/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.GetJMSQueue/index.html"&gt;&lt;/A&gt;Those processors presently support ActiveMQ out of the box.  It is pretty easy to add other vendors as well but we're going to make it even easier in an upcoming release.&lt;/P&gt;&lt;P&gt;Once you pull data from JMS then you connect that processor's output to PutHDFS as explained here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.hadoop.PutHDFS/index.html"&gt;https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.hadoop.PutHDFS/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You might find these templates useful to help get you started:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/hortonworks-gallery/nifi-templates/tree/master/templates"&gt;https://github.com/hortonworks-gallery/nifi-templates/tree/master/templates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 03:06:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107193#M15933</guid>
      <dc:creator>JoeWitt</dc:creator>
      <dc:date>2016-01-22T03:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: how can I send send JMS to HDFS using nifi??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107194#M15934</link>
      <description>&lt;P&gt;for download nifi I can do it on windows or linux? thanks for answer&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 03:19:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107194#M15934</guid>
      <dc:creator>pansheriya_vija</dc:creator>
      <dc:date>2016-01-22T03:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: how can I send send JMS to HDFS using nifi??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107195#M15935</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 can run nifi on anything that can run jvm.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 03:24:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107195#M15935</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-22T03:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: how can I send send JMS to HDFS using nifi??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107196#M15936</link>
      <description>&lt;P&gt;You may also want to consider that JMS messages tend to be quite small, and before pushing to HDFS it may help to merge together many JMS messages so that you don't have a huge number of files in HDFS. You could use the MergeContent Processor to accomplish this.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 03:32:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107196#M15936</guid>
      <dc:creator>mpayne</dc:creator>
      <dc:date>2016-01-22T03:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: how can I send send JMS to HDFS using nifi??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107197#M15937</link>
      <description>&lt;P&gt;Thanks mpayne&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 06:16:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107197#M15937</guid>
      <dc:creator>pansheriya_vija</dc:creator>
      <dc:date>2016-01-22T06:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: how can I send send JMS to HDFS using nifi??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107198#M15938</link>
      <description>&lt;P&gt;Configure ConsumeJMS processor, configure MergeContent processor to create suitable file sizes for HDFS, the use PutHDFS processor to write to HDFS directly.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 06:56:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-can-I-send-send-JMS-to-HDFS-using-nifi/m-p/107198#M15938</guid>
      <dc:creator>vvaks</dc:creator>
      <dc:date>2016-03-28T06:56:25Z</dc:date>
    </item>
  </channel>
</rss>

