presto查询时,WAITING_FOR_RESOURCES, 0 nodes, 0 splits

来源:4-2 Presto安装部署

慕设计7183418

2019-10-08 18:05

./presto-cli-0.226-executable.jar --server 192.168.0.4:8080 --catalog hive --schema default

presto:default> show tables;

Query 20191008_100336_00007_kdyy2, WAITING_FOR_RESOURCES, 0 nodes, 0 splits


写回答 关注

1回答

  • 慕设计7183418
    2019-10-08 18:10:47

    /opt/presto-server-0.226/etc/config.properties 

    node-scheduler.include-coordinator=true

    这个需要配置为true。。。


Presto实战与演练

学习并操作Presto,实战数据查询及可视化系统。

3854 学习 · 22 问题

查看课程

相似问题