无法将 PrestoDB 连接到 Apache Superset
Cannot connect PrestoDB to Apache Superset
我正在尝试将 localhost:8080 上 运行 的 prestodb 连接到 apache presto(从头开始安装,而不是 docker)。
我已经按照文档中的指示安装了 Pyhive 连接器,我也试过了:
- hive://hive@localhost:8080/mysql
- presto://localhost:8080/
- presto://localhost:8080/mysql
- presto://localhost:8080/mysql/test
- 蜂巢://蜂巢@localhost:8080/mysql/test
其中 mysql 是目录,测试是数据库的名称,没有任何作用:/
有什么想法吗?
谢谢
实际上我缺少 PyHive 所需的 python 包“请求”。所以 pip3 安装请求解决了这个问题!
我正在尝试将 localhost:8080 上 运行 的 prestodb 连接到 apache presto(从头开始安装,而不是 docker)。
我已经按照文档中的指示安装了 Pyhive 连接器,我也试过了:
- hive://hive@localhost:8080/mysql
- presto://localhost:8080/
- presto://localhost:8080/mysql
- presto://localhost:8080/mysql/test
- 蜂巢://蜂巢@localhost:8080/mysql/test 其中 mysql 是目录,测试是数据库的名称,没有任何作用:/
有什么想法吗?
谢谢
实际上我缺少 PyHive 所需的 python 包“请求”。所以 pip3 安装请求解决了这个问题!