【发布时间】:2021-06-08 21:37:23
【问题描述】:
我正在尝试将在 localhost:8080 上运行的 prestodb 连接到 apache presto(从头开始安装,而不是 docker 安装)。
我已经按照文档中的说明安装了 Pyhive 连接器,我也尝试过:
- hive://hive@localhost:8080/mysql
- presto://localhost:8080/
- presto://localhost:8080/mysql
- presto://localhost:8080/mysql/test
- hive://hive@localhost:8080/mysql/test 其中 mysql 是目录,而 test 是数据库的名称,没有任何作用:/
有什么想法吗?
谢谢
【问题讨论】: