<?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: problem with  getFTP to putHDFS? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109689#M30170</link>
    <description>&lt;P&gt;how to check this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2016 14:09:41 GMT</pubDate>
    <dc:creator>iyappan</dc:creator>
    <dc:date>2016-05-31T14:09:41Z</dc:date>
    <item>
      <title>problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109684#M30165</link>
      <description>&lt;P&gt;i try to move files from FTP directory to HDFS but shows error in image issue.&lt;/P&gt;&lt;P&gt;i'm using windows nifi  so in core-sit.xml and hdfs-site.xml are stored in to the local windows machine and directly give target directory  as /tmp/target in HDFS&lt;/P&gt;&lt;P&gt;The files are queued from FTP and shows error  in HDFS&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 11:04:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109684#M30165</guid>
      <dc:creator>iyappan</dc:creator>
      <dc:date>2016-05-31T11:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109685#M30166</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4663-issue.png" style="width: 1136px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23359i4CC5185E3373211B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4663-issue.png" alt="4663-issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have enclosed a copy of the flow, which shows the error. Can anyone help me out for this.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:32:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109685#M30166</guid>
      <dc:creator>iyappan</dc:creator>
      <dc:date>2019-08-19T11:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109686#M30167</link>
      <description>&lt;P&gt;Could you please provide logs in &amp;lt;NIFI dir&amp;gt;/logs/nifi-app.log?&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 13:18:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109686#M30167</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-05-31T13:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109687#M30168</link>
      <description>&lt;P&gt;2016-05-31 12:23:02,353 ERROR [StandardProcessScheduler Thread-1] o.a.n.controller.StandardProcessorNode Failed to invoke @OnScheduled method due to java.lang.RuntimeException: Failed while executing one of processor's OnScheduled task.
java.lang.RuntimeException: Failed while executing one of processor's OnScheduled task.
   at org.apache.nifi.controller.StandardProcessorNode.invokeTaskAsCancelableFuture(StandardProcessorNode.java:1405) ~[na:na]
   at org.apache.nifi.controller.StandardProcessorNode.access$100(StandardProcessorNode.java:89) ~[na:na]
   at org.apache.nifi.controller.StandardProcessorNode$1.run(StandardProcessorNode.java:1243) ~[na:na]
   at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [na:1.8.0_91]
   at java.util.concurrent.FutureTask.run(Unknown Source) [na:1.8.0_91]
   at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) [na:1.8.0_91]
   at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [na:1.8.0_91]
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_91]
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.8.0_91]
   at java.lang.Thread.run(Unknown Source) [na:1.8.0_91]
Caused by: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException
   at java.util.concurrent.FutureTask.report(Unknown Source) [na:1.8.0_91]
   at java.util.concurrent.FutureTask.get(Unknown Source) [na:1.8.0_91]
   at org.apache.nifi.controller.StandardProcessorNode.invokeTaskAsCancelableFuture(StandardProcessorNode.java:1388) ~[na:na]
   ... 9 common frames omitted
Caused by: java.lang.reflect.InvocationTargetException: null
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_91]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_91]
   at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_91]
   at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:137) ~[na:na]
   at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:125) ~[na:na]
   at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:70) ~[na:na]
   at org.apache.nifi.controller.StandardProcessorNode$1$1.call(StandardProcessorNode.java:1247) ~[na:na]
   at org.apache.nifi.controller.StandardProcessorNode$1$1.call(StandardProcessorNode.java:1243) ~[na:na]
   ... 6 common frames omitted
Caused by: java.nio.channels.UnresolvedAddressException: null
   at sun.nio.ch.Net.checkAddress(Unknown Source) ~[na:1.8.0_91]
   at sun.nio.ch.SocketChannelImpl.connect(Unknown Source) ~[na:1.8.0_91]
   at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:192) ~[na:na]
   at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:530) ~[na:na]
   at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:494) ~[na:na]
   at org.apache.nifi.processors.hadoop.AbstractHadoopProcessor.checkHdfsUriForTimeout(AbstractHadoopProcessor.java:328) ~[na:na]
   at org.apache.nifi.processors.hadoop.AbstractHadoopProcessor.resetHDFSResources(AbstractHadoopProcessor.java:253) ~[na:na]
   at org.apache.nifi.processors.hadoop.AbstractHadoopProcessor.abstractOnScheduled(AbstractHadoopProcessor.java:196) ~[na:na]
   at org.apache.nifi.processors.hadoop.PutHDFS.onScheduled(PutHDFS.java:177) ~[na:na]
   ... 15 common frames omitted&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 13:53:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109687#M30168</guid>
      <dc:creator>iyappan</dc:creator>
      <dc:date>2016-05-31T13:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109688#M30169</link>
      <description>&lt;P&gt;Looking at:&lt;/P&gt;&lt;P&gt;java.nio.channels.UnresolvedAddressException: null at sun.nio.ch.Net.checkAddress(Unknown Source) ~[na:1.8.0_91] at sun.nio.ch.SocketChannelImpl.connect(Unknown Source) ~[na:1.8.0_91] at&lt;/P&gt;&lt;P&gt;I'd say that there is a network issue between your NiFi instance and your HDFS cluster. Did you correctly configure the processor with IP addresses and ports? Are you sure it is reachable from your NiFi instance?&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 13:59:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109688#M30169</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-05-31T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109689#M30170</link>
      <description>&lt;P&gt;how to check this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 14:09:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109689#M30170</guid>
      <dc:creator>iyappan</dc:creator>
      <dc:date>2016-05-31T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109690#M30171</link>
      <description>&lt;P&gt;As you said earlier i download files core-site.xml,hdfs-site.xml from ambari placed in the windows machine&lt;/P&gt;&lt;P&gt;and placed the path in "Hadoop Configuration Resources" and directory as "/tmp/dest/". &lt;/P&gt;&lt;P&gt;it shows error like this&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 14:19:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109690#M30171</guid>
      <dc:creator>iyappan</dc:creator>
      <dc:date>2016-05-31T14:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109691#M30172</link>
      <description>&lt;P&gt;core-site and hdfs-site contain information regarding IP addresses to use to connect your cluster. Depending of what is in your configuration files, your NiFi instance may not be able to reach HDFS.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 14:48:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109691#M30172</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-05-31T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with  getFTP to putHDFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109692#M30173</link>
      <description>&lt;P&gt;i tried to change core-site.xml and hdfs-site.xml files sandbox.hortonworks.com:8020 to 192.168.1.158:8020&lt;/P&gt;&lt;P&gt;its working fine&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 16:12:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-with-getFTP-to-putHDFS/m-p/109692#M30173</guid>
      <dc:creator>iyappan</dc:creator>
      <dc:date>2016-05-31T16:12:21Z</dc:date>
    </item>
  </channel>
</rss>

