hadoop由于服务器断电,在启动以后,出现。
Operation category READ is not supported in state standby
解决方法:
在NameNode中执行
hdfs haadmin -transitionToActive --forcemanual nn1
再次访问正常。
Hadoop NameNode 状态转换故障修复
本文介绍了一个Hadoop集群中遇到的问题,即服务器断电重启后出现的OperationcategoryREADisnotsupportedinstatestandby错误,并提供了解决方案:通过强制将NameNode从备用状态转换为活动状态来恢复正常运行。
hadoop由于服务器断电,在启动以后,出现。
Operation category READ is not supported in state standby
解决方法:
在NameNode中执行
hdfs haadmin -transitionToActive --forcemanual nn1
再次访问正常。
143
912

被折叠的 条评论
为什么被折叠?