gpt4 book ai didi

azure - Azure Databricks 上的 PySpark Kusto 连接器

转载 作者:行者123 更新时间:2023-12-03 00:19:20 26 4
gpt4 key购买 nike

我使用 Azure databricks 与 LTS 7.3 和 Spark 3.0 (PySpark) 与 com.microsoft.azure.kusto:kusto-spark_3.0_2.12:2.9.1 连接器已经有一段时间了,但最近我的工作失败了,如下所示错误(随机,有时会运行,有时会失败)

df = pyKusto.read                                                        \
.format("com.microsoft.kusto.spark.datasource") \
.option("kustoCluster", kustoOptions["kustoCluster"]) \
.option("kustoDatabase", kustoOptions["kustoDatabase"]) \
.option("kustoQuery", Query) \
.option("kustoAadAppId", kustoOptions["kustoAadAppId"]) \
.option("kustoAadAppSecret", kustoOptions["kustoAadAppSecret"]) \
.option("kustoAadAuthorityID", kustoOptions["kustoAadAuthorityID"]) \
.load()
java.lang.ClassNotFoundException: Failed to find data source: com.microsoft.kusto.spark.datasource. Please find packages at http://spark.apache.org/third-party-projects.html

我已经在集群上安装了该库,并且它已经运行了一段时间,没有出现问题,但不确定最近发生了什么。如果有人见过这个问题,请提出任何解决方法?

谢谢

最佳答案

在 Databricks 中尝试将 kusto-spark 库从 kusto-spark_3.0_2.12:2.9.1 升级到 kusto-spark_3.0_2.12:3.0.0 :

库 -> 安装新的 -> Maven -> 复制以下坐标:

com.microsoft.azure.kusto:kusto-spark_3.0_2.12:3.0.0

如果还是不行,您可以新建issue here

引用 - https://github.com/Azure/azure-kusto-spark#Linking

关于azure - Azure Databricks 上的 PySpark Kusto 连接器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72750917/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com