Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Zeppelin default login

avatar
Contributor

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

2 ACCEPTED SOLUTIONS

avatar
Super Collaborator

avatar
Contributor

Removed PAM properties and added admin=admin as user ..it worked

View solution in original post

5 REPLIES 5

avatar
Super Collaborator

avatar
Contributor

Removed PAM properties and added admin=admin as user ..it worked

avatar
Contributor

I am able to login however , if I click on the interpreter option I get the error that I don't have the permission.

 

zeppelin.JPG

avatar
Super Collaborator

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`

avatar
New Contributor

Accepted solution, it worked with me.

thanks Ranaga