<?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: integration  hdfs ui with knox sso in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/integration-hdfs-ui-with-knox-sso/m-p/235018#M196838</link>
    <description>&lt;P&gt;Can you please send the steps to add public key to /home/hdfshdfs-keytab to my mail id : dbavizag@gmail.com&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 00:25:39 GMT</pubDate>
    <dc:creator>dbavizag</dc:creator>
    <dc:date>2019-02-28T00:25:39Z</dc:date>
    <item>
      <title>integration  hdfs ui with knox sso</title>
      <link>https://community.cloudera.com/t5/Support-Questions/integration-hdfs-ui-with-knox-sso/m-p/235016#M196836</link>
      <description>&lt;H3&gt;i following bellow steps to setup sso:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Install Knox.&lt;/LI&gt;&lt;LI&gt;Configure Ambari Authentication for LDAP/AD.&lt;/LI&gt;&lt;LI&gt;Configure an LDAP/AD Identity Provider (IdP).&lt;/LI&gt;&lt;LI&gt;Enable Knox SSO using the Ambari CLI.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;after this step sso worked me for redirect to ambari ui.&lt;/P&gt;&lt;H3&gt;in the next step when i add the bellow property to core-site.xml, restarting hdfs failed:&lt;/H3&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;"hadoop.http.authentication.type": "org.apache.hadoop.security.authentication.server.JWTRedirectAuthenticationHandler”&lt;/STRONG&gt;&lt;/EM&gt;
"hadoop.http.authentication.public.key.pem": “$SSOPUBLICKEY"
"hadoop.http.authentication.authentication.provider.url": "$SSOPROVIDERURL"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;when add this property (&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;hadoop.http.authentication.type&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;) to hdfs happening error.&lt;/P&gt;&lt;P&gt;hdfs log file:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;2019-02-26 16:28:06,366 ERROR datanode.DataNode (DataNode.java:secureMain(2870)) - Exception in secureMain
java.io.IOException: Problem starting http server&amp;nbsp;&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;Caused by: &lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;
&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:1165)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer.&amp;lt;init&amp;gt;(DatanodeHttpServer.java:141)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.startInfoServer(DataNode.java:954)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.startDataNode(DataNode.java:1404)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.&amp;lt;init&amp;gt;(DataNode.java:497)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.makeInstance(DataNode.java:2769)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:2677)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.createDataNode(DataNode.java:2719)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.secureMain(DataNode.java:2863)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.main(DataNode.java:2887)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;
&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;javax.servlet.ServletException: javax.servlet.ServletException: Keytab does not exist: /home/hdfs/hadoop.keytab&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;
&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;CODE&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:1165)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer.&amp;lt;init&amp;gt;(DatanodeHttpServer.java:141)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.startInfoServer(DataNode.java:954)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.startDataNode(DataNode.java:1404)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.&amp;lt;init&amp;gt;(DataNode.java:497)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.makeInstance(DataNode.java:2769)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:2677)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.createDataNode(DataNode.java:2719)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.secureMain(DataNode.java:2863)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hdfs.server.datanode.DataNode.main(DataNode.java:2887)
&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;how can resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 19:52:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/integration-hdfs-ui-with-knox-sso/m-p/235016#M196836</guid>
      <dc:creator>abbas_kurdistan</dc:creator>
      <dc:date>2019-02-26T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: integration  hdfs ui with knox sso</title>
      <link>https://community.cloudera.com/t5/Support-Questions/integration-hdfs-ui-with-knox-sso/m-p/235017#M196837</link>
      <description>&lt;P&gt;I checked so many paper and documents. Not to mention at all that the public key should be added to the /home/hdfs/ path.&lt;/P&gt;&lt;P&gt;after adding public key to /home/hdfs/hadoop-keytab path the issue is resolved.&lt;/P&gt;&lt;P&gt;if this file dont exist we creating.&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;add public key to -----&amp;gt;/home/hdfs/hadoop-keytab&lt;/STRONG&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Feb 2019 14:30:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/integration-hdfs-ui-with-knox-sso/m-p/235017#M196837</guid>
      <dc:creator>abbas_kurdistan</dc:creator>
      <dc:date>2019-02-27T14:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: integration  hdfs ui with knox sso</title>
      <link>https://community.cloudera.com/t5/Support-Questions/integration-hdfs-ui-with-knox-sso/m-p/235018#M196838</link>
      <description>&lt;P&gt;Can you please send the steps to add public key to /home/hdfshdfs-keytab to my mail id : dbavizag@gmail.com&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 00:25:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/integration-hdfs-ui-with-knox-sso/m-p/235018#M196838</guid>
      <dc:creator>dbavizag</dc:creator>
      <dc:date>2019-02-28T00:25:39Z</dc:date>
    </item>
  </channel>
</rss>

