Created on 07-05-2019 06:59 AM - edited 08-17-2019 04:59 PM
hi all
how to remove the spark thrift servers component from ambari by REST API
example before removing the spark thrift servers
example after we delete the thrift servers from ambari
example of manual deletion:
Created 07-05-2019 07:19 AM
@Michael Bronson . Example:
# curl -iv -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://$AMBARI_SERVER:8080/api/v1/clusters/$CLUSTER_NAME/hosts/$HOSTNAME_WHERE_SPART_IS_INSTALLED/ho...
Created 07-05-2019 07:19 AM
@Michael Bronson . Example:
# curl -iv -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://$AMBARI_SERVER:8080/api/v1/clusters/$CLUSTER_NAME/hosts/$HOSTNAME_WHERE_SPART_IS_INSTALLED/ho...
Created 07-06-2019 09:54 PM
The above question and the entire response thread below was originally posted in the Community Help track. On Sat Jul 6 21:53 UTC 2019, a member of the HCC moderation staff moved it to the Cloud & Operations track. The Community Help Track is intended for questions about using the HCC site itself, not technical questions about spark thrift servers.