无法加载数据库驱动程序:SparkEnginespec

发布于 2025-02-13 06:58:35 字数 265 浏览 1 评论 0原文

我在python 3.9.13中使用的RHEL7.9 OS中的Superset 1.5.1 从超集团连接到Spark SQL时,我将面对以下问题

无法加载数据库驱动程序:SparkEnginespec

我已经下载了所需的软件包,即pip3.9安装Pyhive并重新启动了服务器,但仍面临相同的错误。

我还有其他一些Docker环境,因此,我能够连接到同一Spark SQL Server。

I'm using Superset 1.5.1 in RHEL7.9 OS with Python 3.9.13
while connecting to the spark SQL from the superset I'm facing the following issues

Could not load database driver: SparkEngineSpec

I have downloaded the required packages i.e. pip3.9 install PyHive and restarted the server but still facing the same error.

I have a couple of other environments with docker and with that, I'm able to connect to the same Spark SQL server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诗笺 2025-02-20 06:58:35

安装sasl软件包后,解决了此问题

pip3.9 install sasl
pip3.9 install thrift_sasl 

This issue is resolved after installing sasl packages

pip3.9 install sasl
pip3.9 install thrift_sasl 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文