Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
04-23-2024
11:16 PM
- last edited on
04-20-2026
11:32 PM
by
GrazittiAPI
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
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
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
@Scharan THANKS , Its working now.