<?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: Zeppelin default login in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313122#M225430</link>
    <description>&lt;P&gt;Try this documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/CDP-7-1-3-Zepplin-not-able-to-login-with-default-username/td-p/303717" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/CDP-7-1-3-Zepplin-not-able-to-login-with-default-username/td-p/303717&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Mar 2021 12:32:26 GMT</pubDate>
    <dc:creator>RangaReddy</dc:creator>
    <dc:date>2021-03-16T12:32:26Z</dc:date>
    <item>
      <title>Zeppelin default login</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313114#M225426</link>
      <description>&lt;P&gt;I have installed Zeppelin on my CDP cluster , since by default "anonymous" id is disabled what is the user ID that I can use to login to Zeppelin UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using :&lt;/P&gt;&lt;PRE&gt;admin = password1
user1 = password2
user2 = password3&lt;/PRE&gt;&lt;P&gt;But none of them seems to work&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 10:42:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313114#M225426</guid>
      <dc:creator>PrernaU</dc:creator>
      <dc:date>2021-03-16T10:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin default login</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313122#M225430</link>
      <description>&lt;P&gt;Try this documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/CDP-7-1-3-Zepplin-not-able-to-login-with-default-username/td-p/303717" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/CDP-7-1-3-Zepplin-not-able-to-login-with-default-username/td-p/303717&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 12:32:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313122#M225430</guid>
      <dc:creator>RangaReddy</dc:creator>
      <dc:date>2021-03-16T12:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin default login</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313166#M225438</link>
      <description>&lt;P&gt;Removed PAM properties and added admin=admin as user ..it worked&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 15:53:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313166#M225438</guid>
      <dc:creator>PrernaU</dc:creator>
      <dc:date>2021-03-16T15:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin default login</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313199#M225448</link>
      <description>&lt;P&gt;I am able to login however , if I click on the interpreter option I get the error that I don't have the permission.&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="zeppelin.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/30680i73C1B701D564D266/image-size/large?v=v2&amp;amp;px=999" role="button" title="zeppelin.JPG" alt="zeppelin.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 06:48:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/313199#M225448</guid>
      <dc:creator>PrernaU</dc:creator>
      <dc:date>2021-03-17T06:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin default login</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/320994#M228236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/86162"&gt;@PrernaU&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. By default CDP uses PAM authentication. So we can remove below two properties&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;pamRealm=org.apache.zeppelin.realm.PamRealm
pamRealm.service=sshd&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. And then configured `&lt;STRONG&gt;admin=admin, admins&lt;/STRONG&gt;` under `&lt;STRONG&gt;zeppelin.shiro.user.block&lt;/STRONG&gt;`&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 13:50:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/320994#M228236</guid>
      <dc:creator>RangaReddy</dc:creator>
      <dc:date>2021-07-15T13:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin default login</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/376482#M242933</link>
      <description>&lt;P&gt;Accepted solution, it worked with me.&lt;/P&gt;&lt;P&gt;thanks Ranaga&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 13:14:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-default-login/m-p/376482#M242933</guid>
      <dc:creator>LoaiMohamed</dc:creator>
      <dc:date>2023-09-19T13:14:55Z</dc:date>
    </item>
  </channel>
</rss>

