-
说明:在CDH开启Kerberos(参见我之前写的CDH集群开启Kerberos安全认证
)之后可能会由于某些情况再次关闭,在关闭的需要注意一些地方,具体如下 -
HBase关闭:
- 修改hbase.security.authentication为simple
- 取消勾选hbase.security.authorization
-
HDFS关闭和修改配置:
- 修改hadoop.security.authentication为simple
- 取消勾选hadoop.security.authorization
- 将datanode的dfs.datanode.address恢复为50010(原为1004)
- dfs.datanode.http.address恢复为50075(原为1006)
-. Zookeeper关闭:取消勾选enableSecurity
-
Hue关闭:删除Kerberos Ticket Renewer
-
重启集群:注意是整个集群需要重启,谨慎操作
CDH集群关闭Kerberos验证
最新推荐文章于 2023-09-06 11:37:29 发布