当前位置: 首页 > 知识库问答 >
问题:

色调无法加载Presto架构dbc不存在

艾敏学
2023-03-14
[notebook]
  [[interpreters]]
    [[[presto-jdbc]]]
      name=Presto-jdbc
      interface=jdbc
      options='{"url": "jdbc:presto://localhost:18080/platform_data/platform_data", "driver": "com.facebook.presto.jdbc.PrestoDriver", "user": "analysis"}'
      # Doesn't work either
      # options='{"url": "jdbc:presto://localhost:18080/platform_data/", "driver": "com.facebook.presto.jdbc.PrestoDriver", "user": "analysis"}'

有些人也遇到了同样的问题:https://community.cloudera.com/T5/web-ui-hue-beeswax/hue-and-presto-integration-error-on-page-load/TD-P/62353

我希望得到你的帮助!

共有1个答案

阎扬
2023-03-14

检查GitHub上的这个问题:JDBC连接器只支持Teradata。

似乎在4.3.0版本中已经修复;

您还可以尝试使用[librdbms]

 类似资料:
  • 我在Spring Boot 2和GraphQL中使用了以下示例,但在加载graphiql时出现了以下错误,模式没有加载。 https://github.com/TechPrimers/spring-boot-graphql-query-example 该代码通过postman但来自Graphiql的POST调用工作。

  • 我正在使用Javase6手动部署webservice。我想使用@SchemaValidation来验证SOAP流量。在发布终结点期间,我收到错误: 原因:org.xml.sax.SAXParseException:s4s-att-invalid-value:元素“restriction”中“base”的属性值无效。记录原因:UndeclaredPrefix:无法将“xsd:string”解析为QN

  • 下面的代码是在pyspark shell中运行时的工作文件,但在spark submit master Thread中执行时失败。 我在这里怎么了? 错误:

  • 但随后: UPDATE:当使用master=“local”连接时,此操作工作,当连接到master=“MySparkCluster”时,此操作失败。

  • 我目前正在使用Prisma的graphql cli从endpoint下载模式。但是,即使在我部署了对模式所做的更改(部署成功)之后,每当我尝试下载模式时,我都会得到

  • 问题内容: 我从文本文件读取数据到ms sql时遇到问题。我在c:\中创建了一个名为data.txt的文本文件,但是由于某些原因,ms sql server无法找到该文件。我收到错误“无法批量加载。文件“ c:\ data.txt”不存在”。有任何想法吗? 数据文件(是的,我知道数据看起来很糟糕,但是在现实世界中,多数民众赞成在数据来自客户端的情况下): Sql: 问题答案: 它在服务器上运行,因