Kerberization is successful. All services are up and service checks pass.
Ambari version is 2.0.
(1) POST http://localhost:8080/api/v1/clusters/MyCluster/services/KERBEROS
(2) POST
http://localhost:8080/api/v1/clusters/MyCluster/services/KERBEROS/components/KERBEROS_CLIENT
(3) PUT -d @/tmp/kerberos_config.json
http://localhost:8080/api/v1/clusters/MyCluster(4) POST -d '{"host_components"
: [{"HostRoles" : {"component_name":"KERBEROS_CLIENT"}}]}'
http://localhost:8080/api/v1/clusters/MyCluster/hosts?Hosts/host_name=$host(5)
PUT -d '{"ServiceInfo": {"state" : "INSTALLED"}}'
http://localhost:8080/api/v1/clusters/MyCluster/services/KERBEROS
(6) POST -d @/tmp/kerberos_descriptor.json
http://localhost:8080/api/v1/clusters/MyCluster/artifacts/kerberos_descriptor
(7) PUT -d @/tmp/kerberos_enable.json
http://localhost:8080/api/v1/clusters/MyCluster
Not sure why the page (Ambari UI -> Admin -> Kerberos) is not loaded. Please
help...
-f
On Monday, February 22, 2016 10:26 PM, Fay Wang <[email protected]>
wrote:
Hi, Another issue with automated kerberos via REST API is that after
kerberization, on Ambari UI -> Admin -> Kerberos -> The page does not load. It
must be something to do with the value not been set/ or not been retrieved
correctly. There is nothing special in ambari-server.log. Any help is highly
appreciated....
-fay