Created on 07-28-2017 05:43 PM - edited 08-17-2019 11:24 PM
Ours is a HDP-2.6.0.11 and kerberised cluster, While opening oozie web UI we are getting below error
Please help us to solve the issue.
Created 07-28-2017 11:30 PM
You need to first make your local machine be able to grant a kerberos ticket from same KDC server. Then configure your browser to work with SPNEGO.
Created 07-29-2017 06:20 PM
Thanks for update
Could you please ping me steps to do above task.
Created 07-29-2017 07:44 PM
We have installed Kerberos in windows and able to grant kerberos principle.
Here are the steps we done.
1) Open firefox and type about:configto display the list of current configuration options.
2) In the Filter field, typenegotiateto restrict the list of options.
3) Double-click the network.negotiate-auth.trusted-uris entry to display the "Enter string value" dialog box – for my setup its .abc.net, .xyz.net(you may add to this comma separated list, like FQDN of the host running specific services viz fqdn of your Oozie Server)
4)Repeat the above procedure for the -auth.delegation-uris entry, using the same domain(preferred)
5) Search for network.auth.use-sspi and change it to false )default is true).
Still we are unable to view oozie UI
Could you help us to solve the issue.
Thanks in advance.