【问题标题】:Cannot connect PrestoDB to Apache Superset无法将 PrestoDB 连接到 Apache Superset
【发布时间】:2021-06-08 21:37:23
【问题描述】:

我正在尝试将在 localhost:8080 上运行的 prestodb 连接到 apache presto(从头开始安装,而不是 docker 安装)。

我已经按照文档中的说明安装了 Pyhive 连接器,我也尝试过:

  1. hive://hive@localhost:8080/mysql
  2. presto://localhost:8080/
  3. presto://localhost:8080/mysql
  4. presto://localhost:8080/mysql/test
  5. hive://hive@localhost:8080/mysql/test 其中 mysql 是目录,而 test 是数据库的名称,没有任何作用:/

有什么想法吗?

谢谢

【问题讨论】:

    标签: presto apache-superset


    【解决方案1】:

    实际上我错过了 PyHive 所需的 python 包“请求”。所以一个 pip3 安装请求解决了这个问题!

    【讨论】:

      猜你喜欢
      • 2021-05-20
      • 2021-10-26
      • 2018-06-23
      • 1970-01-01
      • 2020-10-18
      • 2020-08-31
      • 2023-03-10
      • 2020-08-07
      • 1970-01-01
      相关资源
      最近更新 更多