- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
zeppelin interpreter unable to change
- Labels:
-
Apache Zeppelin
Created on
‎12-13-2021
06:01 AM
- last edited on
‎12-13-2021
11:53 AM
by
DianaTorres
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Team ,
Unable to change interpreter by user , need to enable multiple user support .one admin user to be activate.
Error attached on interpreter
Created ‎12-13-2021 07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@syedshakir I see "rcmprod" user doesn't have permission to access the interpreter page
To provide access to interpreter page, comment/delete below line[1] from shiro configuration url section or configure roles as mentioned in doc[2]
[1]: /api/interpreter/** = authc, roles[admin]
[2]: https://zeppelin.apache.org/docs/0.6.2/security/shiroauthentication.html#active-directory
Created ‎12-13-2021 07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@syedshakir I see "rcmprod" user doesn't have permission to access the interpreter page
To provide access to interpreter page, comment/delete below line[1] from shiro configuration url section or configure roles as mentioned in doc[2]
[1]: /api/interpreter/** = authc, roles[admin]
[2]: https://zeppelin.apache.org/docs/0.6.2/security/shiroauthentication.html#active-directory
