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,也需要重啟;