- 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 Atlas service
- Labels:
-
Apache Atlas
Created ‎10-05-2016 04:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎10-05-2016 04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@PARIVALLAL R which version of Ambari are you using ?
If on Ambari 2.2.2.X you could do it using Ambari delete service API
curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://AMBARI_SERVER_HOST:8080/api/v1/clusters/c1/services/ATLAS
If on Ambari 2.4.X , DELETE service option is available under the Altas "Service Actions"
Please make sure to stop the service below doing the same.
Created ‎10-05-2016 04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@PARIVALLAL R which version of Ambari are you using ?
If on Ambari 2.2.2.X you could do it using Ambari delete service API
curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://AMBARI_SERVER_HOST:8080/api/v1/clusters/c1/services/ATLAS
If on Ambari 2.4.X , DELETE service option is available under the Altas "Service Actions"
Please make sure to stop the service below doing the same.
Created ‎10-05-2016 07:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Santhosh,
Am testing HDP 2.5 in my VM. Actually i want to install Atlas on my dev cluster HDB 4.2.3
Created ‎10-05-2016 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please share the steps to install and uninstall Atlas on Ambari Server: 2.1.2.
