ambari报错总结01_李孟_新浪博客

ambari
On host centos1.hadoop role YARN_CLIENT in invalid state.
Invalid transition. Invalid event: HOST_SVCCOMP_OP_IN_PROGRESS at INSTALL_FAILED

登录元数据库(我是mysql)
use ambari;
select host_id from hosts where host_name='HOSTNAME';
update hostcomponentstate set current_state='INSTALLED' where current_state='INSTALL_FAILED' and host_id=HOSTID;

posted @ 2017-11-27 17:35  Dlimeng  阅读(18)  评论(0)    收藏  举报  来源