<?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: Where to find core-site.xml and hdfs-site.xml for NiFi PutHDFS processor ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179940#M73080</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/48523/hegdemahendra.html" nodeid="48523"&gt;@Mahendra Hegde&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We can directly use the core-site.xml / hdfs-site.xml files share by other teams in NiFi.&lt;/P&gt;&lt;P&gt;However if the "core-site.xml / hdfs-site.xml"  files are from secured cluster (like Kerberos enabled) then we will need to make sure that the NiFi has valid Kerberos Ticket while interacting with a secure HDFS.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;If you are getting any error while connecting to HDFS from NiFi then it will be good to see the complete error trace. Can you please share the failure logs.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/48523/hegdemahendra.html" nodeid="48523"&gt;&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2018 14:23:20 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2018-01-04T14:23:20Z</dc:date>
    <item>
      <title>Where to find core-site.xml and hdfs-site.xml for NiFi PutHDFS processor ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179937#M73077</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to connect HDFS of remote server (Different company) using PutHDFS of NiFi.&lt;/P&gt;&lt;P&gt;I am already connecting my organisation hadoop using core-site.xml and hdfs-site.xml and I want to transfer some files from my org hadoop different org hadoop.&lt;/P&gt;&lt;P&gt;They have shared core-site.xml and hdfs-site.xml , but I am not able to connect using that.&lt;/P&gt;&lt;P&gt;So just wanted to know what is the right way to do this connection?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahendra&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 14:07:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179937#M73077</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2018-01-04T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find core-site.xml and hdfs-site.xml for NiFi PutHDFS processor ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179938#M73078</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/48523/hegdemahendra.html" nodeid="48523" target="_blank"&gt;@Mahendra Hegde&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can put the core-site.xml and hdfs-site.xml in any path inside your Nifi Host.   Then specify the comma separated path in the "Hadoop Configuration Resources" setting of PutHDFS.  You will need to make sure that NiFi process has at least "read" access to these Files.&lt;/P&gt;&lt;PRE&gt;/PATH/TO/core-site.xml,/PATH/TO/hdfs-site.xml&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="45718-puthdfs.png" style="width: 1602px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19345iDB50C62AA2D5BFE8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="45718-puthdfs.png" alt="45718-puthdfs.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/48523/hegdemahendra.html" nodeid="48523" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:16:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179938#M73078</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2019-08-18T09:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find core-site.xml and hdfs-site.xml for NiFi PutHDFS processor ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179939#M73079</link>
      <description>&lt;P&gt;Thanks for the reply &lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;&lt;/A&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I am able to connect local HDFS in this way, but while connecting remote server HDFS I am facing issue.&lt;/P&gt;&lt;P&gt;Just wanted to know can we directly use the xmls shared by hadoop team or do we need any modification in that?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 14:20:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179939#M73079</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2018-01-04T14:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find core-site.xml and hdfs-site.xml for NiFi PutHDFS processor ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179940#M73080</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/48523/hegdemahendra.html" nodeid="48523"&gt;@Mahendra Hegde&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We can directly use the core-site.xml / hdfs-site.xml files share by other teams in NiFi.&lt;/P&gt;&lt;P&gt;However if the "core-site.xml / hdfs-site.xml"  files are from secured cluster (like Kerberos enabled) then we will need to make sure that the NiFi has valid Kerberos Ticket while interacting with a secure HDFS.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;If you are getting any error while connecting to HDFS from NiFi then it will be good to see the complete error trace. Can you please share the failure logs.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/48523/hegdemahendra.html" nodeid="48523"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 14:23:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179940#M73080</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-01-04T14:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find core-site.xml and hdfs-site.xml for NiFi PutHDFS processor ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179941#M73081</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;@Jay Kumar SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Now I am able to connect remote server hosted HDFS using provided hdfs-site.xml,
core-site.xml,krb5.conf, keytab
file &amp;amp; principle.&lt;/P&gt;&lt;P&gt;Thanks for your guidance.&lt;/P&gt;&lt;P&gt;But I am facing one more issue, that is - I have to connect 2 hadoop servers (getHDFS from one server &amp;amp; putHDFS to another server). So in this case how can I configure two different krb5.conf  files of two hadoop servers in nifi.properties?&lt;/P&gt;&lt;P&gt;I have configured like below in nifi.properties file to connect to one server -&lt;/P&gt;&lt;P&gt;nifi.kerberos.krb5.file=C:/Platform_2.0/NiFi/krb5.conf&lt;/P&gt;&lt;P&gt;Is there any way to configure two krb5.conf files in nifi.properties or can we merge the two files?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:21:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179941#M73081</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2018-01-08T15:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find core-site.xml and hdfs-site.xml for NiFi PutHDFS processor ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179942#M73082</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/48523/hegdemahendra.html" nodeid="48523"&gt;@Mahendra Hegde&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good to know that you are now able to connect to remote server hosted HDFS using provided hdfs-site.xml ...etc files.&lt;/P&gt;&lt;P&gt;However your latest query is bit extended, and it will be great if you ask that query as part of a new HCC Thread.  It helps us in maintaining  the HCC well when one thread has a dedicated query with a dedicated answer, else multiple issues in a single thread might sometimes confuses some HCC users to quickly find the answer.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;As the issue which is originally mentioned in this HCC Thread is resolved, hence it will be also great if you can mark this HCC thread as Answered by clicking on the "Accept" Button on the correct answer. That way other HCC users can quickly find the solution when they encounter the same issue.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/48523/hegdemahendra.html" nodeid="48523"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:49:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-to-find-core-site-xml-and-hdfs-site-xml-for-NiFi/m-p/179942#M73082</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-01-08T15:49:06Z</dc:date>
    </item>
  </channel>
</rss>

