<?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 Using HDFS processors without additional configuration in NiFi in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-HDFS-processors-without-additional-configuration-in/m-p/178986#M80327</link>
    <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;I'm currently trying to read files from the HDFS in the HDP cluster where NiFi is running (with HDF management pack). Is there a way that HDFS processors automatically get the configuration for core-site, hdfs-site and kerberos, without having to configure them every time I'm using the HDFS processors?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 12:16:39 GMT</pubDate>
    <dc:creator>markus_wilhelm</dc:creator>
    <dc:date>2026-04-21T12:16:39Z</dc:date>
    <item>
      <title>Using HDFS processors without additional configuration in NiFi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-HDFS-processors-without-additional-configuration-in/m-p/178986#M80327</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;I'm currently trying to read files from the HDFS in the HDP cluster where NiFi is running (with HDF management pack). Is there a way that HDFS processors automatically get the configuration for core-site, hdfs-site and kerberos, without having to configure them every time I'm using the HDFS processors?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 12:16:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-HDFS-processors-without-additional-configuration-in/m-p/178986#M80327</guid>
      <dc:creator>markus_wilhelm</dc:creator>
      <dc:date>2026-04-21T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using HDFS processors without additional configuration in NiFi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-HDFS-processors-without-additional-configuration-in/m-p/178987#M80328</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/48578/markuswilhelm.html" nodeid="48578" target="_blank"&gt;@Markus Wilhelm&lt;/A&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;The documentation states the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="79398-screen-shot-2018-07-05-at-81949-am.png" style="width: 1261px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19434iE01C6D82BF051250/image-size/medium?v=v2&amp;amp;px=400" role="button" title="79398-screen-shot-2018-07-05-at-81949-am.png" alt="79398-screen-shot-2018-07-05-at-81949-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Based on above you should be able to place your core-site.xml and hdfs.site.xml in the NiFi classpath.  This will allow all HDFS based processors that do not have a configuration defined for this property to use those as the defaults.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;When an "Answer" addresses/solves your question, please select "Accept" beneath that answer.  This encourages user participation in this forum.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:27:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-HDFS-processors-without-additional-configuration-in/m-p/178987#M80328</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2019-08-18T09:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using HDFS processors without additional configuration in NiFi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-HDFS-processors-without-additional-configuration-in/m-p/178988#M80329</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/48578/markuswilhelm.html" nodeid="48578"&gt;@Markus Wilhelm&lt;/A&gt;&lt;P&gt;I don't think we can make NiFi to read kerberos configs to read by default but you can make use of Process group variables in your HDFS processor configs and define the variables scope as NiFi Flow so that you can use same variables across all the processors in NiFi instance. &lt;/P&gt;&lt;P&gt;You can copy &lt;STRONG&gt;hdfs-site.xml,core-site.xml &lt;/STRONG&gt;to &lt;STRONG&gt;nifi lib &lt;/STRONG&gt;path and &lt;STRONG&gt;restart nifi, &lt;/STRONG&gt;then you don't have to specify the path because nifi will load all the &lt;STRONG&gt;.xml&lt;/STRONG&gt; from lib path, but it's not recommended way of approach because if you want to change some configs in either of these two xml files then we need to restart NiFi to take those changes in to effect in NiFi instance.&lt;/P&gt;&lt;P&gt;Refer to &lt;A href="https://community.hortonworks.com/articles/155823/introduction-into-process-group-variables.html" target="_blank"&gt;this&lt;/A&gt; link regarding Process Group variables in NiFi and refer to &lt;A href="https://community.hortonworks.com/questions/141182/standard-way-of-giving-hadoop-configuration-resour.html" target="_blank"&gt;this&lt;/A&gt; link regarding copying xml files into nifi lib.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 19:33:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-HDFS-processors-without-additional-configuration-in/m-p/178988#M80329</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-07-05T19:33:29Z</dc:date>
    </item>
  </channel>
</rss>

