- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CDP 7.1.3 - Zepplin not able to login with default username and password first time
- Labels:
-
Cloudera Data Platform (CDP)
Created ‎09-30-2020 05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jupiter is working fine in cluster but not able to login with Default usename and passord.
admin/admin. Please advise.
Created ‎10-04-2020 01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎09-30-2020 08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@vijaypabothu In CDP by default Pam authentication will be enabled
You need to delete pam related properties and add the user in "zeppelin.shiro.user.block" property under zeppelin configs
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎10-01-2020 12:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Scharan ,
I tried to remove the below PAM properties but not removing . It automatically adding .
also I have added the admin user in the below property "zeppelin.shiro.user.block" . But still same issue . Please advise.
Created ‎10-01-2020 12:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@vijaypabothu Click on "-" symbol to remove the property and you need to add the user as shown in the below format
<user>=<password>
Example
admin = admin
Created ‎10-04-2020 01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
