Created 03-16-2021 03:42 AM
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.
I tried using :
admin = password1 user1 = password2 user2 = password3
But none of them seems to work
Created 03-16-2021 05:32 AM
Created 03-16-2021 08:53 AM
Removed PAM properties and added admin=admin as user ..it worked
Created 03-16-2021 05:32 AM
Created 03-16-2021 08:53 AM
Removed PAM properties and added admin=admin as user ..it worked
Created 03-16-2021 11:48 PM
I am able to login however , if I click on the interpreter option I get the error that I don't have the permission.
Created 07-15-2021 06:50 AM
Hi @PrernaU
1. By default CDP uses PAM authentication. So we can remove below two properties
pamRealm=org.apache.zeppelin.realm.PamRealm
pamRealm.service=sshd
2. And then configured `admin=admin, admins` under `zeppelin.shiro.user.block`
Created on 09-19-2023 06:14 AM - edited 09-19-2023 06:14 AM
Accepted solution, it worked with me.
thanks Ranaga