美文网首页
ambari关闭Kerberos后创建topic报错

ambari关闭Kerberos后创建topic报错

作者: 建康_木子 | 来源:发表于2019-06-28 16:50 被阅读0次

报错信息

KeeperErrorCode = NoAuth

解决方案

The ACLs on Kafka znodes should not have SSALs and should be similar to the following: 
[zk: localhost:2181(CONNECTED) 4] getAcl /brokers
'world,'anyone 
: cdrwa 
[zk: localhost:2181(CONNECTED) 4] getAcl /brokers/ids 
'world,'anyone 
: cdrwa

相关文章

网友评论

      本文标题:ambari关闭Kerberos后创建topic报错

      本文链接:https://www.haomeiwen.com/subject/hvsecctx.html