Created 04-29-2016 11:27 AM
I would like to know whether I can remove region server from a host and if so how do I remove it, because I do not see any option to remove it from Ambari Console.
Created 04-29-2016 11:48 AM
Hi there @Pradeep kumar to remove a service from a host you need to use the Ambari API, this is all detailed in the following community article: https://community.hortonworks.com/questions/607/how-do-you-remove-a-service-from-hdp-via-ambari.html
Hope that helps!
Created 04-29-2016 11:48 AM
Hi there @Pradeep kumar to remove a service from a host you need to use the Ambari API, this is all detailed in the following community article: https://community.hortonworks.com/questions/607/how-do-you-remove-a-service-from-hdp-via-ambari.html
Hope that helps!
Created 05-02-2016 11:02 AM
@drussellI want to understand whether it is necessary to decommission RegionServer, as Artem Ervits mentioned in his answer.
Created 05-05-2016 08:35 AM
with RS you do need to decomission it first. You can't just remove RS from a node and Ambari stops you from doing that, at leasts in UI, I would assume the same in API. Now a question, why would you accept an answer if you still have doubts? I recommend you test this in a dev environment.
Created 04-29-2016 12:37 PM
To remove RS in Ambari you need to do the following steps
1. Decommission RS
At this point Master will reassign regions across other RS and empty out the RS.
2. Now option to delete or Recommission an RS is available in Ambari.
Only after step 1 will you see an option to delete RS in Ambari.
Created 05-05-2016 03:35 PM
The following document link should be your reference