<?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: Configure Nifi to mutliple kerberized HDP Cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322540#M228844</link>
    <description>&lt;P&gt;Thanks for your anwser !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for several days to have an another Hadoop Cluster, it's now provided.&lt;BR /&gt;After some configuration and check, it's working with some trouble.&lt;/P&gt;&lt;P&gt;Let me explain my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two Hadoop kerberized cluster : romulus and remus.&lt;BR /&gt;For each one, kerberos configuration wad added in the krb5.conf&lt;/P&gt;&lt;P&gt;Find an extract of this configuration :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;[libdefaults]
  default_realm = romulus
  dns_lookup_realm = false
  dns_lookup_kdc = true
  rdns = false
  dns_canonicalize_hostname = false
  ticket_lifetime = 168h 0m 0s
  renew_lifetime = 90d
  forwardable = true
  udp_preference_limit = 0
  ...

[realms]
  romulus = {
    admin_server = &amp;lt;...&amp;gt;
    kdc = &amp;lt;...&amp;gt;
  }
  remus = {
    admin_server = &amp;lt;...&amp;gt;
    kdc = &amp;lt;...&amp;gt;
  }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the kinit client , it's working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I configure two GetHDFS processor, each one with the core-site.xml and hdfs-site.xml for Hadoop Configuration Resources, the keytab and the principal associated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32074i2A736053144EF2D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Case one : default_realm is romulus and I start the GetHDFS processor romulus.&lt;/P&gt;&lt;P&gt;=&amp;gt; Ok nice, I get the hdfs file (you can see the flowfile in the queue)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Case two: default_realm is still romulus and I start the GetHDFS processor remus&lt;/P&gt;&lt;P&gt;=&amp;gt; KO :&lt;/P&gt;&lt;PRE&gt;Failed on local exception: java.io.IOException: Couldn't set up IO streams: java.lang.IllegalArgumentException: Server has invalid Kerberos principal: nn/&amp;lt;ip namenode active&amp;gt;@&amp;lt;ROMULUS&amp;gt;, expecting: nn/&amp;lt;ip namenode active&amp;gt;@&amp;lt;REMUS&amp;gt;&lt;/PRE&gt;&lt;P&gt;Nifi trying to connect using the default realm romulus :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;Server has invalid Kerberos principal: nn/&amp;lt;ip namenode active&amp;gt;@&amp;lt;ROMULUS&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And with the correct realm remus :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;expecting: nn/&amp;lt;ip namenode active&amp;gt;@&amp;lt;REMUS&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To sum up : Nifi working well with the default realm but have an issue with the other realms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a configuation I missed ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Aug 2021 16:50:52 GMT</pubDate>
    <dc:creator>dupuy_gregory</dc:creator>
    <dc:date>2021-08-13T16:50:52Z</dc:date>
    <item>
      <title>Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322466#M228800</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working to a new feature with an existing nifi cluster to provide a new service to add an interface with serveral kerberized HDP Cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if a single Nifi&amp;nbsp;cluster can use several realms in the same krb5 file.&lt;/P&gt;&lt;P&gt;Reading official documentation, nifi can do it (&lt;STRONG&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#kerberos_properties" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#kerberos_properties&lt;/A&gt;&lt;/STRONG&gt;) : " If necessary the krb5 file can support multiple realms."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems ok but because at this time I have no way to have several hadoop cluster for testing (to notice : my cluster is working already with one kerberized cluster hadoop ), is anybody can confirm or reject this design: one cluster Nifi with different realms to communicate with multiple kerberized hdp cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help and as soon as I have several kerberized cluster hadoop for testing, I will update this article.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 12:55:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322466#M228800</guid>
      <dc:creator>dupuy_gregory</dc:creator>
      <dc:date>2021-08-12T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322529#M228834</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/39965"&gt;@dupuy_gregory&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, a krb5.conf can contain multiple realms in it.&lt;BR /&gt;&lt;BR /&gt;The HDFS processor components offered through NiFi can each be configured with different hadoop configuration resources (core-site.xml, hdfs-site.xml, etc..) and different Kerberos credentials (keytab and principal).&lt;BR /&gt;&lt;BR /&gt;This will allow various NiFi dataflows to interact with different target Hadoop clusters.&lt;BR /&gt;&lt;BR /&gt;If you found this response addressd yoru query, please take a moment to login and click on "Accept as Solution"&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 14:42:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322529#M228834</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2021-08-13T14:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322540#M228844</link>
      <description>&lt;P&gt;Thanks for your anwser !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for several days to have an another Hadoop Cluster, it's now provided.&lt;BR /&gt;After some configuration and check, it's working with some trouble.&lt;/P&gt;&lt;P&gt;Let me explain my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two Hadoop kerberized cluster : romulus and remus.&lt;BR /&gt;For each one, kerberos configuration wad added in the krb5.conf&lt;/P&gt;&lt;P&gt;Find an extract of this configuration :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;[libdefaults]
  default_realm = romulus
  dns_lookup_realm = false
  dns_lookup_kdc = true
  rdns = false
  dns_canonicalize_hostname = false
  ticket_lifetime = 168h 0m 0s
  renew_lifetime = 90d
  forwardable = true
  udp_preference_limit = 0
  ...

[realms]
  romulus = {
    admin_server = &amp;lt;...&amp;gt;
    kdc = &amp;lt;...&amp;gt;
  }
  remus = {
    admin_server = &amp;lt;...&amp;gt;
    kdc = &amp;lt;...&amp;gt;
  }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the kinit client , it's working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I configure two GetHDFS processor, each one with the core-site.xml and hdfs-site.xml for Hadoop Configuration Resources, the keytab and the principal associated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32074i2A736053144EF2D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Case one : default_realm is romulus and I start the GetHDFS processor romulus.&lt;/P&gt;&lt;P&gt;=&amp;gt; Ok nice, I get the hdfs file (you can see the flowfile in the queue)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Case two: default_realm is still romulus and I start the GetHDFS processor remus&lt;/P&gt;&lt;P&gt;=&amp;gt; KO :&lt;/P&gt;&lt;PRE&gt;Failed on local exception: java.io.IOException: Couldn't set up IO streams: java.lang.IllegalArgumentException: Server has invalid Kerberos principal: nn/&amp;lt;ip namenode active&amp;gt;@&amp;lt;ROMULUS&amp;gt;, expecting: nn/&amp;lt;ip namenode active&amp;gt;@&amp;lt;REMUS&amp;gt;&lt;/PRE&gt;&lt;P&gt;Nifi trying to connect using the default realm romulus :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;Server has invalid Kerberos principal: nn/&amp;lt;ip namenode active&amp;gt;@&amp;lt;ROMULUS&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And with the correct realm remus :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;expecting: nn/&amp;lt;ip namenode active&amp;gt;@&amp;lt;REMUS&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To sum up : Nifi working well with the default realm but have an issue with the other realms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a configuation I missed ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 16:50:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322540#M228844</guid>
      <dc:creator>dupuy_gregory</dc:creator>
      <dc:date>2021-08-13T16:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322544#M228847</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/39965"&gt;@dupuy_gregory&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share the configurations for both your GetHDFS processors?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 19:27:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322544#M228847</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2021-08-13T19:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322562#M228855</link>
      <description>&lt;P&gt;For sur !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your information because I haven't written : if I switch the default realm under krb5.conf from romulus to remus, romulus not working and remus is ok. it's like Nifi, when the default realm it's not the same as the principal realm is lost and try to use an another realm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further more, remus and romulus are not the true name and I need to change path, server name, ip and other objets to share with you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remus :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="remus.JPG" style="width: 780px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32083i1456C0D498704014/image-size/large?v=v2&amp;amp;px=999" role="button" title="remus.JPG" alt="remus.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Romulus :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="romulus.JPG" style="width: 791px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32084i8785590B82F64F44/image-size/large?v=v2&amp;amp;px=999" role="button" title="romulus.JPG" alt="romulus.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 09:15:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322562#M228855</guid>
      <dc:creator>dupuy_gregory</dc:creator>
      <dc:date>2021-08-14T09:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322563#M228856</link>
      <description>&lt;P&gt;I made some changes just to try&lt;/P&gt;&lt;P&gt;- added under /etc/hosts name node IP and server name&lt;/P&gt;&lt;P&gt;- updated dns_lookup_kdc from true to false&lt;/P&gt;&lt;P&gt;- udp_preference_limit from 0 to 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No effect. It's still not working&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 09:18:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/322563#M228856</guid>
      <dc:creator>dupuy_gregory</dc:creator>
      <dc:date>2021-08-14T09:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/325096#M229525</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/39965"&gt;@dupuy_gregory&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using multiple realms, the KDC servers have to have cross-realm trust setup.&lt;/P&gt;&lt;P&gt;Here is an article with links to good resources that explain in detail:&amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Community-Articles/How-does-a-cross-realm-trust-work/ta-p/245705" target="_blank" rel="noopener"&gt;How does a cross realm trust work?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the links is broken in the article, here is a good link for the setup of cross-realm trust:&amp;nbsp;&lt;A href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/using_trusts" target="_blank" rel="noopener"&gt;Setting up Cross-Realm Kerberos Trusts&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a test to make sure it is working, run the kinit command in a terminal window on the NiFi node for the principal in the non-default realm, for example, kinit hdfs-romulus@ROMULUS&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 14:23:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/325096#M229525</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2021-09-22T14:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/332640#M231215</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sorry I was out during few months.&lt;/P&gt;&lt;P&gt;No need to have a cross-realm trust setup because it's just a single one direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hadoop.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/33046i41E7784CE5729BF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="hadoop.JPG" alt="hadoop.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Solution and it's now running :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[realms]
  romulus = {
    admin_server = &amp;lt;...&amp;gt;
    kdc = &amp;lt;...&amp;gt;
  }

  remus = {
    admin_server = &amp;lt;...&amp;gt;
    kdc = &amp;lt;...&amp;gt;
  }

[domain_realm]

  &amp;lt;IP Name Node 1 romulus cluster&amp;gt; = romulus
  &amp;lt;IP Name Node 2 romulus cluster&amp;gt; = romulus

  &amp;lt;IP Name Node 1 remus cluster&amp;gt; = remus
  &amp;lt;IP Name Node 2 remus cluster&amp;gt; = remus&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me explain :&lt;/P&gt;&lt;P&gt;Nifi needs a default realm. the default realm is not used to communicate with project Hadoop cluster kerberised (romus and remulus).&lt;/P&gt;&lt;P&gt;To help Nifi you must maps the name node hostnames to Kerberos realms in the section&amp;nbsp;domain_realm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, Nifi will try to use the default realm and the realm of the main kerberos defined in the HDFS processor of the project and will failed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hadoop2.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/33047i62FC45E34F768548/image-size/large?v=v2&amp;amp;px=999" role="button" title="hadoop2.JPG" alt="hadoop2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It was a little bit tricky &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 18:22:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/332640#M231215</guid>
      <dc:creator>dupuy_gregory</dc:creator>
      <dc:date>2021-12-20T18:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/332641#M231216</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/39965"&gt;@dupuy_gregory&lt;/a&gt;&amp;nbsp; - from your last comment, it seems you have a solution, is that correct?&amp;nbsp;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.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 18:28:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/332641#M231216</guid>
      <dc:creator>christopher</dc:creator>
      <dc:date>2021-12-20T18:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/332661#M231224</link>
      <description>&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's done ! I hope this post can help other people !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 22:15:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/332661#M231224</guid>
      <dc:creator>dupuy_gregory</dc:creator>
      <dc:date>2021-12-20T22:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/332662#M231225</link>
      <description>&lt;P&gt;Thank you so much,&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/39965"&gt;@dupuy_gregory&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 23:25:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/332662#M231225</guid>
      <dc:creator>christopher</dc:creator>
      <dc:date>2021-12-20T23:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/366961#M239725</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do i need to config nifi&amp;nbsp; kerberos in order to connect to HDFS that already configure with Kerberos?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 07:13:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/366961#M239725</guid>
      <dc:creator>TB_19</dc:creator>
      <dc:date>2023-03-27T07:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Nifi to mutliple kerberized HDP Cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/366967#M239732</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104239"&gt;@TB_19&lt;/a&gt;&amp;nbsp;as this is an older post, you would have a better chance of receiving a resolution by&lt;A href="“https://community.cloudera.com/t5/forums/postpage/board-id/Questions”" target="_blank"&gt; starting a new thread&lt;/A&gt;. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 09:09:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configure-Nifi-to-mutliple-kerberized-HDP-Cluster/m-p/366967#M239732</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-03-27T09:09:03Z</dc:date>
    </item>
  </channel>
</rss>

