<?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 NI-FI processors to get a file from HDFS and invoke an API via https in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216049#M72250</link>
    <description>&lt;P&gt;Hello. I have a HDFS file for which data needs to be posted to an outside URL (https), I have the user name and password for the URL; I can post a sample JSON via postman from my browser by using the user name and password. Now I have to use Ni-FI for this flow. Please let me know what are the exact nifi processors should I use to get the data from HDFS and post it into the URL via another ni-fi processor. Also kindly let me know what format the HDFS data should be in for these kind of use-cases. Thanks Srikaran&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 03:17:20 GMT</pubDate>
    <dc:creator>Srikaran</dc:creator>
    <dc:date>2017-12-05T03:17:20Z</dc:date>
    <item>
      <title>NI-FI processors to get a file from HDFS and invoke an API via https</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216049#M72250</link>
      <description>&lt;P&gt;Hello. I have a HDFS file for which data needs to be posted to an outside URL (https), I have the user name and password for the URL; I can post a sample JSON via postman from my browser by using the user name and password. Now I have to use Ni-FI for this flow. Please let me know what are the exact nifi processors should I use to get the data from HDFS and post it into the URL via another ni-fi processor. Also kindly let me know what format the HDFS data should be in for these kind of use-cases. Thanks Srikaran&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 03:17:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216049#M72250</guid>
      <dc:creator>Srikaran</dc:creator>
      <dc:date>2017-12-05T03:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: NI-FI processors to get a file from HDFS and invoke an API via https</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216050#M72251</link>
      <description>&lt;P&gt;You will need to use the GetHDFS processor to retrieve the file and then the InvokeHTTP processor to send the data to an HTTP endpoint. Data format shouldn't matter - a binary sequence is being transmitted so unless you need to parse the data before transmission it can be anything.&lt;/P&gt;&lt;P&gt;If you are dealing with a large file, you may want to split it as you could run into memory limitations. You will have to split it before transmission into manageable chunks and join it afterwards.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 23:20:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216050#M72251</guid>
      <dc:creator>anarasimham</dc:creator>
      <dc:date>2017-12-06T23:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: NI-FI processors to get a file from HDFS and invoke an API via https</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216051#M72252</link>
      <description>&lt;P&gt;Some Apache NiFi examples that may be helpful&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/47854/accessing-facebook-page-data-from-apache-nifi.html"&gt;https://community.hortonworks.com/articles/47854/accessing-facebook-page-data-from-apache-nifi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/86570/hosting-and-ingesting-data-from-web-pages-desktop.html"&gt;https://community.hortonworks.com/articles/86570/hosting-and-ingesting-data-from-web-pages-desktop.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/content/kbentry/65239/mp3-jukebox-with-nifi-1x.html"&gt;https://community.hortonworks.com/content/kbentry/65239/mp3-jukebox-with-nifi-1x.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/65154/nifi-1x-for-automatic-music-playing-pipelines.html"&gt;https://community.hortonworks.com/articles/65154/nifi-1x-for-automatic-music-playing-pipelines.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/73355/adding-a-custom-processor-to-nifi-linkprocessor.html"&gt;https://community.hortonworks.com/articles/73355/adding-a-custom-processor-to-nifi-linkprocessor.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 00:57:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216051#M72252</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2017-12-07T00:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: NI-FI processors to get a file from HDFS and invoke an API via https</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216052#M72253</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/23236/anarasimham.html" nodeid="23236"&gt;@anarasimham&lt;/A&gt; Looks like GetHDFS will replace HDFS file. I am planning to use fetchHDFS and then invoke http processor. For now I am converting avro file to JSON on Hadoop end and fetching the json and posting it. I will directly test avro &amp;amp; other formats and will update. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 02:24:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216052#M72253</guid>
      <dc:creator>Srikaran</dc:creator>
      <dc:date>2017-12-07T02:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: NI-FI processors to get a file from HDFS and invoke an API via https</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216053#M72254</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/9304/tspann.html" nodeid="9304"&gt;@Timothy Spann&lt;/A&gt;&lt;P&gt;Thanks a lot. These are very helpful, Let me test the flow and will update accordingly. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 02:26:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NI-FI-processors-to-get-a-file-from-HDFS-and-invoke-an-API/m-p/216053#M72254</guid>
      <dc:creator>Srikaran</dc:creator>
      <dc:date>2017-12-07T02:26:21Z</dc:date>
    </item>
  </channel>
</rss>

