- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to remove the spark thrift servers component from spark2 service by API
Created on ‎07-05-2019 06:59 AM - edited ‎08-17-2019 04:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
