Replies: 1 comment 2 replies
-
did you observe such behavior for some other clients?What the the underlying client for tableau to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
kyuubi的版本是1.3.0-incubating,引擎共享级别是CONNECTION,
Tableau server上发布的Kyuubi数据源刷新任务,运行刷新任务,提交SQL到Kyuubi server上后,Spark引擎可以正常创建,但会因异常断开导致SQL执行失败。
Tableau server在Windows Server上部署,以spark sql ODBC driver的方式连接kyuubi,失败的数据源刷新任务报错信息中并无有用信息。
Kyuubi server上的具体异常日志信息是:
对应源码:
SQL被正常执行时的日志输出:
Beta Was this translation helpful? Give feedback.
All reactions