<?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: Can we put data into HDFS from the nifi which in not part of any cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238525#M200336</link>
    <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://naveenraj%20devadoss/" target="_blank"&gt;&lt;EM&gt;@Naveenraj Devadoss&lt;/EM&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;What was the solution? Did you update the network config in /etc/host?&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2019 18:04:09 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2019-04-30T18:04:09Z</dc:date>
    <item>
      <title>Can we put data into HDFS from the nifi which in not part of any cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238520#M200331</link>
      <description>&lt;P&gt;Can we put data into HDFS from the nifi which in not part of any cluster&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have HDP-Ambari with 4 node cluster, and I have installed nifi as standalone server in the master node machine&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can get the data from my local machine and store them in HDFS ?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 13:25:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238520#M200331</guid>
      <dc:creator>naveen14</dc:creator>
      <dc:date>2019-04-16T13:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can we put data into HDFS from the nifi which in not part of any cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238521#M200332</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer" href="http://@Naveenraj%20Devadoss" target="_blank"&gt;&lt;EM&gt;@Naveenraj Devadoss&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You need to copy the core-site.xml and hdfs-site.xml from your HDP cluster to the machine where NiFi is running. Then configure PutHDFS so that the configuration resources are "/path/to/core-site.xml,/path/to/hdfs-site.xml". That is all that is required from the NiFi perspective, those files contain all of the information it needs to connect to the Hadoop cluster.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You'll also need to ensure that the machine where NiFi is running has network access to all of the machines in your Hadoop cluster. You can look through those config files and find any hostnames and IP addresses and make sure they can be accessed from the machine where NiFi is running. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 13:37:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238521#M200332</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-04-16T13:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can we put data into HDFS from the nifi which in not part of any cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238522#M200333</link>
      <description>&lt;P&gt;Hi Geoffrey, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks , I have placed the same as you suggested , (PFB snapshot) &lt;/P&gt;&lt;P&gt;But still the data is not moving from local to HDFS&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="107965-1555398193047.png" style="width: 817px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14063i6946B1267E228E7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="107965-1555398193047.png" alt="107965-1555398193047.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Error Log : &lt;/P&gt;&lt;P&gt;2019-04-16 02:43:14,417 ERROR [Timer-Driven Process Thread-7] org.apache.nifi.util.ReflectionUtils Failed while invoking annotated method 'public final void org.apache.nifi.processors.hadoop.AbstractHadoopProcessor.abstractOnStopped()' with arguments '[]'.&lt;/P&gt;&lt;P&gt;java.lang.reflect.InvocationTargetException: null&lt;/P&gt;&lt;P&gt;        at sun.reflect.GeneratedMethodAccessor379.invoke(Unknown Source)&lt;/P&gt;&lt;P&gt;        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;        at java.lang.reflect.Method.invoke(Method.java:498)&lt;/P&gt;&lt;P&gt;        at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:142)&lt;/P&gt;&lt;P&gt;        at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:130)&lt;/P&gt;&lt;P&gt;        at org.apache.nifi.util.ReflectionUtils.quietlyInvokeMethodsWithAnnotations(ReflectionUtils.java:268)&lt;/P&gt;&lt;P&gt;        at org.apache.nifi.util.ReflectionUtils.quietlyInvokeMethodsWithAnnotation(ReflectionUtils.java:90)&lt;/P&gt;&lt;P&gt;        at org.apache.nifi.controller.StandardProcessorNode.lambda$initiateStart$4(StandardProcessorNode.java:1547)&lt;/P&gt;&lt;P&gt;        at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;/P&gt;&lt;P&gt;        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)&lt;/P&gt;&lt;P&gt;        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)&lt;/P&gt;&lt;P&gt;        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;/P&gt;&lt;P&gt;        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;/P&gt;&lt;P&gt;        at java.lang.Thread.run(Thread.java:748)&lt;/P&gt;&lt;P&gt;Caused by: java.lang.NullPointerException: null&lt;/P&gt;&lt;P&gt;        at org.apache.nifi.processors.hadoop.AbstractHadoopProcessor.abstractOnStopped(AbstractHadoopProcessor.java:286)&lt;/P&gt;&lt;P&gt;        ... 14 common frames omitted&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 22:54:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238522#M200333</guid>
      <dc:creator>naveen14</dc:creator>
      <dc:date>2019-08-17T22:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can we put data into HDFS from the nifi which in not part of any cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238523#M200334</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://naveenraj%20devadoss/" target="_blank"&gt;&lt;EM&gt;@Naveenraj Devadoss&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Did you remember this part?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; "&lt;STRONG&gt;You'll also need to ensure that the machine where NiFi is running has network access to all of the machines in your Hadoop cluster&lt;/STRONG&gt;."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please revert&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 20:54:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238523#M200334</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-04-16T20:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can we put data into HDFS from the nifi which in not part of any cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238524#M200335</link>
      <description>&lt;P&gt;Working fine now , thanks&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 16:55:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238524#M200335</guid>
      <dc:creator>naveen14</dc:creator>
      <dc:date>2019-04-30T16:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can we put data into HDFS from the nifi which in not part of any cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238525#M200336</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://naveenraj%20devadoss/" target="_blank"&gt;&lt;EM&gt;@Naveenraj Devadoss&lt;/EM&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;What was the solution? Did you update the network config in /etc/host?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 18:04:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-put-data-into-HDFS-from-the-nifi-which-in-not-part-of/m-p/238525#M200336</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-04-30T18:04:09Z</dc:date>
    </item>
  </channel>
</rss>

