Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Installing smartsense with ambari 2.2

avatar
New Member

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?

1 ACCEPTED SOLUTION

avatar

@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

View solution in original post

1 REPLY 1

avatar

@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