<?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: Does nifi offer UDP acceleration for fast large file transfer over WAN? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148637#M28373</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10201/bschofield.html" nodeid="10201"&gt;@bschofield&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Currently NiFi does not use any form of UDP acceleration for its site to site protocol.&lt;/P&gt;&lt;P&gt;One proposed solution that has been suggested previously is to add a "PutUDP" processor to match the existing "ListenUDP" processor.
&lt;A rel="user" href="https://community.cloudera.com/users/10201/bschofield.html" nodeid="10201"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The NiFi site to site protocol already batches up FlowFiles to reduce the TCP overhead during large transmissions.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2016 17:49:48 GMT</pubDate>
    <dc:creator>drussell</dc:creator>
    <dc:date>2016-05-16T17:49:48Z</dc:date>
    <item>
      <title>Does nifi offer UDP acceleration for fast large file transfer over WAN?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148636#M28372</link>
      <description>&lt;P&gt;Does nifi offer any UDP acceleration when transferring large files over the WAN?  Something similar to &lt;A href="http://asperasoft.com/technology/transport/fasp/"&gt;Aspera's FASP&lt;/A&gt;  or open source variants such as &lt;A href="http://tsunami-udp.sourceforge.net/"&gt;Tsunami UDP&lt;/A&gt;.  I would be interested in this feature in the site to site protocol and for moving  files from edge sources potentially with minifi.&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 19:53:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148636#M28372</guid>
      <dc:creator>bschofield</dc:creator>
      <dc:date>2016-05-15T19:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does nifi offer UDP acceleration for fast large file transfer over WAN?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148637#M28373</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10201/bschofield.html" nodeid="10201"&gt;@bschofield&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Currently NiFi does not use any form of UDP acceleration for its site to site protocol.&lt;/P&gt;&lt;P&gt;One proposed solution that has been suggested previously is to add a "PutUDP" processor to match the existing "ListenUDP" processor.
&lt;A rel="user" href="https://community.cloudera.com/users/10201/bschofield.html" nodeid="10201"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The NiFi site to site protocol already batches up FlowFiles to reduce the TCP overhead during large transmissions.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 17:49:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148637#M28373</guid>
      <dc:creator>drussell</dc:creator>
      <dc:date>2016-05-16T17:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Does nifi offer UDP acceleration for fast large file transfer over WAN?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148638#M28374</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10201/bschofield.html" nodeid="10201"&gt;@bschofield&lt;/A&gt; Another idea for transferring large files over a high-latency network, might be the following... &lt;/P&gt;&lt;P&gt;On the sending side use a SegmentContent processor to break a large FlowFile into many smaller segments, followed by a PostHTTP processor with the Concurrent Tasks increased higher than 1. This lets the sending side better utilize the network by concurrently sending segments.&lt;/P&gt;&lt;P&gt;On the receiving side, use a ListenHTTP processor to received the segmented FlowFiles, followed by a MergeContent processor with a Merge Strategy of Defragment. The Defragment mode will merge all the segments back together to recreate the original FlowFile.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 08:14:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148638#M28374</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-05-18T08:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does nifi offer UDP acceleration for fast large file transfer over WAN?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148639#M28375</link>
      <description>&lt;P&gt;The majority of commercial products used to move files (video in the media industry) use a  UDP data channel with a TCP control channel to guarantee delivery and reduce the overhead of the TCP protocol.  If a PutUDP was paired with ListenUDP could/should these processors be made to use a TCP control channel to group the UDP packets?  Feels like we would be going beyond the intent of what a UDP processor should do.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 18:35:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-nifi-offer-UDP-acceleration-for-fast-large-file/m-p/148639#M28375</guid>
      <dc:creator>bschofield</dc:creator>
      <dc:date>2016-05-23T18:35:33Z</dc:date>
    </item>
  </channel>
</rss>

