Ambari报错大全

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;

注意查看自己是哪个组件报错,修改ambari数据库慎重

猜你喜欢

转载自blog.csdn.net/qq_37865420/article/details/106759034