<?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: How to use GETFTP processor in cloud installed NIFI ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226777#M79830</link>
    <description>&lt;P&gt;I appreciate that you have given me a new way to fetch the file from FTP server.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jun 2018 12:00:30 GMT</pubDate>
    <dc:creator>gourav119</dc:creator>
    <dc:date>2018-06-25T12:00:30Z</dc:date>
    <item>
      <title>How to use GETFTP processor in cloud installed NIFI ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226775#M79828</link>
      <description>&lt;P&gt;I am using Azure cloud in which I installed nifi, and now I want to use GETFTP processor to fetch data from ftp server. The problem is com that it is not fetching a single record from FTP server, but in local it is  start queuing data within a 5 minute. Can you please suggest how to resolve this issue.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jun 2018 20:33:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226775#M79828</guid>
      <dc:creator>gourav119</dc:creator>
      <dc:date>2018-06-24T20:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use GETFTP processor in cloud installed NIFI ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226776#M79829</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/39433/gourav119.html" nodeid="39433"&gt;@Gourav Bhattacharya&lt;/A&gt;&lt;P&gt;GetFTP processor once triggered then it will get all the files from the directory based on your confiurations.&lt;BR /&gt;To control the rate of Fetching files use ListFtp processor(lists 0 byte flowfiles) instead of GetFtp processor then use Control rate processor to control the rate of flowfiles processing through the Control Rate Processor then feed the Success relation to FetchFTP processor.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Flow:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;1.ListFTP
2.ControlRate //control the rate of flowfiles
3.FetchFTP&lt;/PRE&gt;&lt;P&gt;in addition refer to &lt;A href="https://community.hortonworks.com/content/kbentry/191080/trigger-basedserial-data-processing-in-nifi.html" target="_blank"&gt;this&lt;/A&gt; link to get the data and process one flowfile at a time without using Control Rate Processor.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jun 2018 21:20:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226776#M79829</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-06-24T21:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use GETFTP processor in cloud installed NIFI ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226777#M79830</link>
      <description>&lt;P&gt;I appreciate that you have given me a new way to fetch the file from FTP server.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 12:00:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226777#M79830</guid>
      <dc:creator>gourav119</dc:creator>
      <dc:date>2018-06-25T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use GETFTP processor in cloud installed NIFI ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226778#M79831</link>
      <description>&lt;P&gt;I have used same but I am getting error in ListFTP processor that is &lt;/P&gt;&lt;P&gt;java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:137)
at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:125)
at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:70)
at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotation(ReflectionUtils.java:47)
at org.apache.nifi.controller.StandardProcessorNode.lambda$initiateStart$3(StandardProcessorNode.java:1455)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Failed to properly migrate state to State Manager
at org.apache.nifi.processor.util.list.AbstractListProcessor.updateState(AbstractListProcessor.java:251)
... 15 common frames omitted&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 01:40:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-GETFTP-processor-in-cloud-installed-NIFI/m-p/226778#M79831</guid>
      <dc:creator>gourav119</dc:creator>
      <dc:date>2018-06-29T01:40:53Z</dc:date>
    </item>
  </channel>
</rss>

