Created 12-22-2016 10:44 AM
I'm trying to add it with 'add service' and after clicking deploy I see an error like this
kdc_validation_failure_details&_=1446149280683
Any ideas?
Created 12-22-2016 10:49 AM
@Phylis Ruchitric I think you are hitting this bug - https://issues.apache.org/jira/browse/AMBARI-13831
Workaround: Add the KERBEROS service via API as below and try installing the SmartSense service via Ambari 2.2
1. Curl to add KERBEROS service. Run the below command from the ambari server curl -H "X-Requested-By:ambari" -u admin:admin -i -X POST http://<ambari-server-host>:8080/api/v1/clusters/<cluster-name>/services/KERBEROS You'll notice a Kerberos service included in the left side window of the dashboard page in Ambari 2. Install SmartSense installation following the Add service wizard in Ambari You'll notice installation progressing and gets completed till the end 3. Once the smartsense installation is complete we can run the below command and delete the KERBEROS service curl -H "X-Requested-By:ambari" -u admin:admin -i -X DELETE http://<ambari-server-host>:8080/api/v1/clusters/<cluster-name>/services/KERBEROS
Created 12-22-2016 10:49 AM
@Phylis Ruchitric I think you are hitting this bug - https://issues.apache.org/jira/browse/AMBARI-13831
Workaround: Add the KERBEROS service via API as below and try installing the SmartSense service via Ambari 2.2
1. Curl to add KERBEROS service. Run the below command from the ambari server curl -H "X-Requested-By:ambari" -u admin:admin -i -X POST http://<ambari-server-host>:8080/api/v1/clusters/<cluster-name>/services/KERBEROS You'll notice a Kerberos service included in the left side window of the dashboard page in Ambari 2. Install SmartSense installation following the Add service wizard in Ambari You'll notice installation progressing and gets completed till the end 3. Once the smartsense installation is complete we can run the below command and delete the KERBEROS service curl -H "X-Requested-By:ambari" -u admin:admin -i -X DELETE http://<ambari-server-host>:8080/api/v1/clusters/<cluster-name>/services/KERBEROS