<?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: Standard way of giving Hadoop Configuration Resources in PutHDFS in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/410666#M69278</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/55311"&gt;@Shu_ashu&lt;/a&gt;&amp;nbsp;hi, could you answer one more question?.. What should I do, if we have many Hadoop clusters? Is it OK if I put hdfs-site.xml and core-site.xml for each cluster in lib directory with different names? E.g.:&lt;/P&gt;&lt;P&gt;./lib/hadoop1_hdfs-site.xml&lt;BR /&gt;./lib/hadoop1_core-site.xml&lt;BR /&gt;./lib/hadoop2_hdfs-site.xml&lt;BR /&gt;./lib/hadoop2_core-site.xml&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jun 2025 08:31:07 GMT</pubDate>
    <dc:creator>asand3r</dc:creator>
    <dc:date>2025-06-19T08:31:07Z</dc:date>
    <item>
      <title>Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216805#M69269</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;Working on PutHDFS, the NiFi is running on HDF cluster. I read that we need give the location of hdfs-site.xml and core-site.xml. Do I need to manually copy these xml config files over to HDF cluster and give the location?&lt;/P&gt;&lt;P&gt;or is there any other way? We have HDP cluster running and HDF cluster running. If i have to manually copy these files over to HDF cluster, is there a standard practice for it?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/40760-question1.png"&gt;question1.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks All&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 05:22:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216805#M69269</guid>
      <dc:creator>dhieru</dc:creator>
      <dc:date>2017-10-10T05:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216806#M69270</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/20255/dheeruksingh.html" nodeid="20255" target="_blank"&gt;@dhieru singh&lt;/A&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.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;path:-&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;/usr/hdf/current/nifi/lib&lt;/PRE&gt;&lt;P&gt;If you are having &lt;STRONG&gt;xml's in nifi lib&lt;/STRONG&gt; path then you dont have to give any path for Hadoop Configuration Resources property.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40762-screenshot.png" style="width: 581px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16212iBC7B89BC60766F59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40762-screenshot.png" alt="40762-screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(or) &lt;/P&gt;&lt;P&gt;you can use hdfs-site.cml,core-site.xml from&lt;/P&gt;&lt;PRE&gt;/etc/hdp/hdfs-site.xml,/etc/hdp/core-site.xml&lt;/PRE&gt;&lt;P&gt;and specify the path in the HDFS processor configurations then nifi will refer to those configuration resources from &lt;STRONG&gt;your specified path&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;If you &lt;STRONG&gt;don't have xml's&lt;/STRONG&gt; in &lt;STRONG&gt;nifi lib&lt;/STRONG&gt; path then you have to give any path for &lt;STRONG&gt;Hadoop Configuration Resources property&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40761-screenshot.png" style="width: 576px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16213i8CF8B4F2F57B5B88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40761-screenshot.png" alt="40761-screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:06:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216806#M69270</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T03:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216807#M69271</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt; Thanks a lot, this helps&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:21:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216807#M69271</guid>
      <dc:creator>dhieru</dc:creator>
      <dc:date>2017-10-10T19:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216808#M69272</link>
      <description>&lt;P&gt;
	for me &lt;EM&gt;/usr/hdf/current/nifi/lib &lt;/EM&gt;did not work. &lt;/P&gt;&lt;P&gt;HDF Version 2.1.1 &lt;/P&gt;&lt;P&gt;Apache NiFi - Version 1.1.0.2.1.2.0-10&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 22:11:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216808#M69272</guid>
      <dc:creator>alarsen</dc:creator>
      <dc:date>2017-11-17T22:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216809#M69273</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am running NiFi in localhost. I want to store data on server instead of local. So how to define the server property in &lt;/P&gt;&lt;P&gt;Hadoop Configuration Resources. &lt;/P&gt;&lt;P&gt;Bcz it requires ip address and path of the core-site.xml.&lt;/P&gt;&lt;P&gt;If you help it would be great.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surendra&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 20:12:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216809#M69273</guid>
      <dc:creator>sshringi003</dc:creator>
      <dc:date>2018-08-24T20:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216810#M69274</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/52190/sshringi003.html" nodeid="52190"&gt;@Surendra Shringi&lt;/A&gt;&lt;P&gt;Copy the xml's in to your local nifi and then configure the processors to use those .xml files in the local.&lt;BR /&gt;If you are having kerberos enable env then you need to have the kerberos keytabs also in your local and change in nifi.properties to use those keytabs.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 02:20:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216810#M69274</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-08-25T02:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216811#M69275</link>
      <description>&lt;P&gt;Should i copy all the xml's file from server nifi conf to local nifi conf&lt;/P&gt;&lt;P&gt;server nifi/conf/&lt;EM&gt;.xml --&amp;gt; local nifi/conf/&lt;/EM&gt;.xml&lt;/P&gt;&lt;P&gt;or which files need to be copy, bcz i did not get actual answer. &lt;/P&gt;&lt;P&gt;Pls ...&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 12:38:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216811#M69275</guid>
      <dc:creator>sshringi003</dc:creator>
      <dc:date>2018-08-25T12:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216812#M69276</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/52190/sshringi003.html" nodeid="52190"&gt;@Surendra Shringi&lt;/A&gt;&lt;P&gt;You don't have to copy the .xml files into nifi/conf directory instead you can keep them in some other directories then keep the &lt;STRONG&gt;path to the file&lt;/STRONG&gt; in your processor configs.&lt;/P&gt;&lt;P&gt;These two files&lt;STRONG&gt; hdfs-site.xml,core-site.xml &lt;/STRONG&gt;needs to be copied over to your local nifi.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 18:26:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216812#M69276</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-08-27T18:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216813#M69277</link>
      <description>&lt;P&gt;Thanks for your quick reply. I tried but unable to figure out the problem. The same error occurs while putting data into HBase.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 11:10:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/216813#M69277</guid>
      <dc:creator>sshringi003</dc:creator>
      <dc:date>2018-08-29T11:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Standard way of giving Hadoop Configuration Resources in PutHDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/410666#M69278</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/55311"&gt;@Shu_ashu&lt;/a&gt;&amp;nbsp;hi, could you answer one more question?.. What should I do, if we have many Hadoop clusters? Is it OK if I put hdfs-site.xml and core-site.xml for each cluster in lib directory with different names? E.g.:&lt;/P&gt;&lt;P&gt;./lib/hadoop1_hdfs-site.xml&lt;BR /&gt;./lib/hadoop1_core-site.xml&lt;BR /&gt;./lib/hadoop2_hdfs-site.xml&lt;BR /&gt;./lib/hadoop2_core-site.xml&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 08:31:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Standard-way-of-giving-Hadoop-Configuration-Resources-in/m-p/410666#M69278</guid>
      <dc:creator>asand3r</dc:creator>
      <dc:date>2025-06-19T08:31:07Z</dc:date>
    </item>
  </channel>
</rss>

