Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

how to remove Atlas service

avatar
Explorer
 
1 ACCEPTED SOLUTION

avatar

@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.

View solution in original post

3 REPLIES 3

avatar

@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.

avatar
Explorer

Hi Santhosh,

Am testing HDP 2.5 in my VM. Actually i want to install Atlas on my dev cluster HDB 4.2.3

avatar
Explorer

Could you please share the steps to install and uninstall Atlas on Ambari Server: 2.1.2.