<?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: HDP Sandbox 2.6 Automated Kerberos Installation and Configuration in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-Sandbox-2-6-Automated-Kerberos-Installation-and/m-p/195643#M65694</link>
    <description>&lt;P&gt;Thanks i finally resolve the problem a long time ago, i don't remember exactly what was the solution but i think i had not add kdc credentials.&lt;/P&gt;&lt;P&gt;I think i follow this tutorial to resolve the problem :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/42927/adding-kdc-administrator-credentials-to-the-ambari.html" target="_blank"&gt;https://community.hortonworks.com/articles/42927/adding-kdc-administrator-credentials-to-the-ambari.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2017 14:48:37 GMT</pubDate>
    <dc:creator>sofianbenabdelh</dc:creator>
    <dc:date>2017-08-24T14:48:37Z</dc:date>
    <item>
      <title>HDP Sandbox 2.6 Automated Kerberos Installation and Configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-Sandbox-2-6-Automated-Kerberos-Installation-and/m-p/195641#M65692</link>
      <description>&lt;P&gt;Hello everyone there is my problem :&lt;/P&gt;&lt;P&gt;In order to automated kerberos installation i follow this tutorial for HDP sandbox 2.4 :
&lt;A href="https://community.hortonworks.com/articles/29203/automated-kerberos-installation-and-configuration.html" target="_blank"&gt;https://community.hortonworks.com/articles/29203/automated-kerberos-installation-and-configuration.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I already try to set up it manually but without success because of a connection problem with the kdc when i try to configure it on ambari web interface.&lt;/P&gt;&lt;P&gt;So i try the tutorial but now i have this problem when i launch it :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;017-07-27,13:50:41 Enabling Kerberos&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;% Total % Received % Xferd Average Speed Time Time Time Current&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dload Upload Total Spent Left Speed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;137 513 102 513 0 172 12 4 0:00:42 0:00:40 0:00:02 78&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTTP/1.1 400 Bad Request&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;X-Frame-Options: DENY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;X-XSS-Protection: 1; mode=block&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;X-Content-Type-Options: nosniff&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cache-Control: no-store&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Pragma: no-cache&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set-Cookie: AMBARISESSIONID=ka633m5h9um01jqyy6uamrb18;Path=/;HttpOnly&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;User: raj_ops&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Content-Type: text/plain&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Content-Length: 513&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Server: Jetty(8.1.19.v20160209)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"status" : 400,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;"message" : "java.lang.IllegalArgumentException: Invalid KDC administrator credentials.\nThe KDC administrator credentials must be set as a persisted or temporary credential resource.This may be done by issuing a POST (or PUT for updating) to the /api/v1/clusters/:clusterName/credentials/kdc.admin.credential API entry point with the following payload:\n{\n \"Credential\" : {\n \"principal\" : \"(PRINCIPAL)\", \"key\" : \"(PASSWORD)\", \"type\" : \"(persisted|temporary)\"}\n }\n}"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I try to solve the problem by fixing manually the credential but the script seems to modify (it changes my persisted credential by a temporary credential) it and i can't find where it do it (and also i don't know how to see the principal of the credential to understand maybe why it's not working).&lt;/P&gt;&lt;P&gt;I also want to specify that in 2.6 ambari's log are :
user : raj_ops
password : raj_ops
I think i configure my ambari.props correctly :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CLUSTER_NAME=Sandbox
AMBARI_ADMIN_USER=raj_ops 
AMBARI_ADMIN_PASSWORD=raj_ops 
AMBARI_HOST=localhost 
KDC_HOST=localhost 
REALM=EXAMPLE.COM 
KERBEROS_CLIENTS=localhost&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have no more ideas on how to solve the problem please help me ^^&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 15:07:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-Sandbox-2-6-Automated-Kerberos-Installation-and/m-p/195641#M65692</guid>
      <dc:creator>sofianbenabdelh</dc:creator>
      <dc:date>2017-07-28T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox 2.6 Automated Kerberos Installation and Configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-Sandbox-2-6-Automated-Kerberos-Installation-and/m-p/195642#M65693</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/24222/sofianbenabdelhak.html" nodeid="24222"&gt;@Sofian Benabdelhak&lt;/A&gt;&lt;P&gt;Please check the answer here, It may help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/114024/invalid-kdc-administrator-credentials.html?childToView=117774#answer-117774" target="_blank"&gt;https://community.hortonworks.com/questions/114024/invalid-kdc-administrator-credentials.html?childToView=117774#answer-117774&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also use that API and set credentials to persisted.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 03:50:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-Sandbox-2-6-Automated-Kerberos-Installation-and/m-p/195642#M65693</guid>
      <dc:creator>tsharma</dc:creator>
      <dc:date>2017-08-14T03:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: HDP Sandbox 2.6 Automated Kerberos Installation and Configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-Sandbox-2-6-Automated-Kerberos-Installation-and/m-p/195643#M65694</link>
      <description>&lt;P&gt;Thanks i finally resolve the problem a long time ago, i don't remember exactly what was the solution but i think i had not add kdc credentials.&lt;/P&gt;&lt;P&gt;I think i follow this tutorial to resolve the problem :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/42927/adding-kdc-administrator-credentials-to-the-ambari.html" target="_blank"&gt;https://community.hortonworks.com/articles/42927/adding-kdc-administrator-credentials-to-the-ambari.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 14:48:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-Sandbox-2-6-Automated-Kerberos-Installation-and/m-p/195643#M65694</guid>
      <dc:creator>sofianbenabdelh</dc:creator>
      <dc:date>2017-08-24T14:48:37Z</dc:date>
    </item>
  </channel>
</rss>

