- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Unable to access Livy admin ui from Cloudera manager getting 403 error (CDP 7.1.7)
Created ‎04-23-2024 11:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed Livy service in Cloudera CDP (7.1.7) cluster, accessing the admin web ui throwing 403 error.
See the details below:
Created ‎04-23-2024 11:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @soumM
Seem Spnego is enabled for livy web UI.
Can you check Livy >> Configuration >> livy_spnego_enabled
If Spnego is enabled, you need to have a Kerberos ticket on the local machine, and the browser needs to be configured for Kerberos authentication.
You can uncheck spnego_enabled to allow anonomous user to access the web ui
Livy >> Configuration >> livy_spnego_enabled and try accessing it without any authentication.
Created ‎04-23-2024 11:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @soumM
Seem Spnego is enabled for livy web UI.
Can you check Livy >> Configuration >> livy_spnego_enabled
If Spnego is enabled, you need to have a Kerberos ticket on the local machine, and the browser needs to be configured for Kerberos authentication.
You can uncheck spnego_enabled to allow anonomous user to access the web ui
Livy >> Configuration >> livy_spnego_enabled and try accessing it without any authentication.
Created ‎04-24-2024 12:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Scharan THANKS , Its working now.
