0
点赞
收藏
分享

微信扫一扫

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

千白莫 2022-03-23 阅读 51

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 条评论