<?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 ​How to find whether cluster is kerberized or non kerberized using ambari API in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-whether-cluster-is-kerberized-or-non-kerberized/m-p/166799#M57553</link>
    <description>&lt;P&gt;What is the ambari API to find whether the cluster is kerberized/non-kerberized&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 11:17:42 GMT</pubDate>
    <dc:creator>nshetty</dc:creator>
    <dc:date>2022-09-16T11:17:42Z</dc:date>
    <item>
      <title>​How to find whether cluster is kerberized or non kerberized using ambari API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-whether-cluster-is-kerberized-or-non-kerberized/m-p/166799#M57553</link>
      <description>&lt;P&gt;What is the ambari API to find whether the cluster is kerberized/non-kerberized&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:17:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-whether-cluster-is-kerberized-or-non-kerberized/m-p/166799#M57553</guid>
      <dc:creator>nshetty</dc:creator>
      <dc:date>2022-09-16T11:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: ​How to find whether cluster is kerberized or non kerberized using ambari API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-whether-cluster-is-kerberized-or-non-kerberized/m-p/166800#M57554</link>
      <description>&lt;P&gt;you can use below ambari api&lt;/P&gt;&lt;PRE&gt;curl -k "https://xyz.com:8443/api/v1/clusters/cl1?fields=Clusters/security_type" -u admin:admin

{

  "href" : "https://xyz.com:8443/api/v1/clusters/cl1?fields=Clusters/security_type",

  "Clusters" : {

    "cluster_name" : "cl1",

    "security_type" : "KERBEROS",

    "version" : "HDP-2.5"

  }

}
&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:47:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-whether-cluster-is-kerberized-or-non-kerberized/m-p/166800#M57554</guid>
      <dc:creator>sgowda</dc:creator>
      <dc:date>2017-03-21T13:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: ​How to find whether cluster is kerberized or non kerberized using ambari API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-whether-cluster-is-kerberized-or-non-kerberized/m-p/166801#M57555</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/6858/nshetty.html" nodeid="6858"&gt;@nshetty&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We can search for&lt;STRONG&gt; "security_type" = Kerberos&lt;/STRONG&gt; from teh following API call:&lt;/P&gt;&lt;PRE&gt;&lt;A href="http://AMBARI_HOST:8080/api/v1/clusters/CLUSTERNAME?fields=Clusters/security_type" target="_blank"&gt;http://AMBARI_HOST:8080/api/v1/clusters/CLUSTERNAME?fields=Clusters/security_type&lt;/A&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:47:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-whether-cluster-is-kerberized-or-non-kerberized/m-p/166801#M57555</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-21T13:47:27Z</dc:date>
    </item>
  </channel>
</rss>

