kudu安装后运行不正常,master中找不到任何tserver,查看tserver日志发现有很多报错:

Failed to heartbeat to master:7051: Invalid argument: Failed to ping master at master:7051: Client connection negotiation failed: client connection to master:7051: unable to find SASL plugin: PLAIN

解决方法:

yum install gcc python-devel
yum install cyrus-sasl*

然后重启kudu,如果还有impala,也需要重启;

 

相关文章:

  • 2022-02-09
  • 2022-01-07
  • 2021-11-23
  • 2022-02-24
  • 2021-12-17
  • 2021-06-06
  • 2021-09-01
  • 2021-11-25
猜你喜欢
  • 2022-01-31
  • 2021-07-09
  • 2021-09-26
  • 2021-08-30
  • 2021-11-15
  • 2021-12-29
  • 2021-08-12
相关资源
相似解决方案