<?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: Unable to write flowfile content to virtual HDFS instance from local NIFI instance in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369244#M240442</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/42173"&gt;@ckumar&lt;/a&gt;&amp;nbsp;This exception happens even outside of Nifi. I get the same error while writing to HDFS location using HDFS client also. Can this error happen because of permission issue to the HDFS directory for the system user which runs my NIFI process or HDFS client.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2023 11:34:24 GMT</pubDate>
    <dc:creator>iamlazycoder</dc:creator>
    <dc:date>2023-04-24T11:34:24Z</dc:date>
    <item>
      <title>Unable to write flowfile content to virtual HDFS instance from local NIFI instance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369151#M240399</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi. I am trying to write data to hadoop cluster running in HDP 2.6.5 from a local nifi instance. But I receive the following error on write&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /home/maria_dev/.2d0282a9-8c6a-4bde-beb1-82eb1b061941 could only be replicated to 0 nodes instead of minReplication (=1).&amp;nbsp; There are 1 datanode(s) running and 1 node(s) are excluded in this operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In the HDFS data node logs, I see the below error logs&lt;/P&gt;&lt;P&gt;2023-04-18 12:05:13,386 WARN blockmanagement.BlockPlacementPolicy (BlockPlacementPolicyDefault.java:chooseTarget(385)) - Failed to place enough repl&lt;BR /&gt;icas, still in need of 1 to reach 1 (unavailableStorages=[], storagePolicy=BlockStoragePolicy{HOT:7, storageTypes=[DISK], creationFallbacks=[], repli&lt;BR /&gt;cationFallbacks=[ARCHIVE]}, newBlock=true) For more information, please enable DEBUG log level on org.apache.hadoop.hdfs.server.blockmanagement.Block&lt;BR /&gt;PlacementPolicy and org.apache.hadoop.net.NetworkTopology&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have validated follow things in Hadoop cluster&lt;/P&gt;&lt;P&gt;Data node is up and running and not running out of space, not in safe mode.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2023 13:22:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369151#M240399</guid>
      <dc:creator>iamlazycoder</dc:creator>
      <dc:date>2023-04-23T13:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to write flowfile content to virtual HDFS instance from local NIFI instance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369206#M240424</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/102565"&gt;@iamlazycoder&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our Nifi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/42173"&gt;@ckumar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80381"&gt;@SAMSAL&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103151"&gt;@cotopaul&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 08:52:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369206#M240424</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-04-24T08:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to write flowfile content to virtual HDFS instance from local NIFI instance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369218#M240434</link>
      <description>&lt;P&gt;Looking at the error snipped, this seems to be an HDFS-level issue, but just to make sure&lt;/P&gt;&lt;P&gt;I assume you are be using NiFi: PutHDFS processor to write into the HDFS cluster thus, I would check following&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check if processor is configured with latest copy of hdfs-site.xml and core-site.xml files under Hadoop configuration resources.&lt;/LI&gt;&lt;LI&gt;Try to write into same hdfs location from hdfs client outside of NiFi ? and see if this works or not to isolate if this is hdfs issue or configuration issue in NiFi processor end.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 09:22:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369218#M240434</guid>
      <dc:creator>ckumar</dc:creator>
      <dc:date>2023-04-24T09:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to write flowfile content to virtual HDFS instance from local NIFI instance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369244#M240442</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/42173"&gt;@ckumar&lt;/a&gt;&amp;nbsp;This exception happens even outside of Nifi. I get the same error while writing to HDFS location using HDFS client also. Can this error happen because of permission issue to the HDFS directory for the system user which runs my NIFI process or HDFS client.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 11:34:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369244#M240442</guid>
      <dc:creator>iamlazycoder</dc:creator>
      <dc:date>2023-04-24T11:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to write flowfile content to virtual HDFS instance from local NIFI instance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369253#M240443</link>
      <description>&lt;P&gt;This is not a permission issue at this point but more of an issue between NameNode and DataNode.&lt;/P&gt;&lt;P&gt;I would request you start a new thread for HDFS.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:51:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369253#M240443</guid>
      <dc:creator>ckumar</dc:creator>
      <dc:date>2023-04-24T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to write flowfile content to virtual HDFS instance from local NIFI instance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369305#M240455</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/42173"&gt;@ckumar&lt;/a&gt;&amp;nbsp;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 04:32:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369305#M240455</guid>
      <dc:creator>iamlazycoder</dc:creator>
      <dc:date>2023-04-25T04:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to write flowfile content to virtual HDFS instance from local NIFI instance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369311#M240457</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/102565"&gt;@iamlazycoder&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 05:38:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369311#M240457</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-04-25T05:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to write flowfile content to virtual HDFS instance from local NIFI instance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369685#M240532</link>
      <description>&lt;P&gt;Raised HDFS thread for the above issue&lt;BR /&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/second-replica-is-not-found-while-writing-a-simple-file-to/td-p/369684" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/second-replica-is-not-found-while-writing-a-simple-file-to/td-p/369684&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 06:12:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-write-flowfile-content-to-virtual-HDFS-instance/m-p/369685#M240532</guid>
      <dc:creator>iamlazycoder</dc:creator>
      <dc:date>2023-04-28T06:12:14Z</dc:date>
    </item>
  </channel>
</rss>

