想把Ranger删了却发现ambari web上没有删除的方法
搜了下发现ambari 提供了 Rest API,不过删了 Service后web中没了,但是 Service还在机器上,需要手工的到每个机器卸载(例如在每个机器执行 yum erase)。
[root@sandbox ~]# curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://192.168.90.226:8080/api/v1/clusters/Sandbox/services/RANGER
使用yum erase要注意别把依赖也删了!!!
参考:http://blog.csdn.net/gcangle/article/details/50128807
http://yaofang.blog.chinaunix.net/uid-25691489-id-5549293.html