操作系统:CentOS7.3
Cloudera Manager: 5.13.1
CDH: 5.13.1
CDH5.13禁用Kerberos
1. 停止集群
2. 修改配置参数
HDFS
hadoop.security.authentication -> simple
hadoop.security.authorization -> 取消勾选
dfs.datanode.address -> 改成50010
dfs.datanode.http.address -> 改成50075
dfs.datanode.data.dir.perm –> 改成755
dfs.datanode.address -> 恢复默认50020
HBASE
hbase.security.authentication -> simple
hbase.security.authorization -> 取消勾选
hbase.thrift.security.qop -> none
Hue
删除角色KerberosTicket Renewer
ZooKeeper
enableSecurity 取消勾选
zoo.cfg 的Server 高级配置代码段(安全阀)->写入skipACL=yes
Kafka(如果有)
Enable Kerberos Authentication -> 取消勾选
3. 重启CM
4. 重启集群
5. KDC服务关闭(如果需要)
KDC Server:
systemctl stop krb5kdc
systemctl stop kadmin
systemctl disable krb5kdc
systemctl disable kadmin
本文发布于:2024-02-04 07:02:04,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170701681953421.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |