在调试Kerberos的时候可能会有需要禁用的场景。以下是各组件禁用Kerberos的相关配置。
enableSecurity (Enable Kerberos Authentication) : falsezoo.cfg 的Server 高级配置代码段(安全阀)写入skipACL: yeshadoop.security.authentication : Simplehadoop.security.authorization : falsedfs.datanode.address : 1004 (for Kerberos) 改为 50010 (default)dfs.datanode.http.address : 1006 (for Kerberos) 改为 50075 (default)Data Directory Permissions : 700 改为 755hbase.security.authentication : Simplehbase.security.authorization : falsehbase.thrift.security.qop : noneKerberos Ticket Renewer: 删除或停用角色kerberos.auth.enable: falsesolr Secure Authentication : Simple参考资料: [1]Cloudera Manager Community : http://community.cloudera.com/t5/Cloudera-Manager-Installation/Disabling-Kerberos/td-p/19654