ambari报错总结01

2023-06-29 14:54:21 浏览数 (1)

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;

0 人点赞