cdh5.15.1版本impala在使用select * from table_name。时报错

[dpi03:21000] > select count(*) from active_resource_info_source;
Query: select count(*) from active_resource_info_source
Query submitted at: 2018-11-05 13:56:08 (Coordinator: http://dpi03:25000)
Query progress can be monitored at: http://dpi03:25000/query_plan?query_id=56482740bfad9e63:b281dda900000000
WARNINGS: TransmitData() to 172.16.10.13:27000 failed: Invalid argument: Client connection negotiation failed: client connection to 172.16.10.13:27000: unable to find SASL plugin: PLAIN

问题处理

yum install gcc python-devel cyrus-sasl* -y 然后重启集群的agent和集群服务

相关文章:

  • 2021-07-06
  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-06-09
  • 2021-09-24
  • 2021-07-27
猜你喜欢
  • 2022-12-23
  • 2022-01-17
  • 2021-06-10
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案