Closed LorenzF closed 1 month ago
Please exclude the Kusto ingest and data jars. They are not needed and retry
com.microsoft.azure.kusto:kusto-data:5.2.0 com.microsoft.azure.kusto:kusto-ingest:5.2.0
I tried the following (in mentioned order):
Therefore it seems not to be the other libraries but the 5.2.2 is not working for me. You can consider this issue resolved. Perhaps updating the README.md file with the latest version can prevent others from having the same issue.
Thank you for the quick reply,
Kusto ingest and data jars are now packed as part of the uber jars. You technically need not have them . They should automatically be resolved.
Are you using a maven based import or a Uber jar from GH releases for the test. I will try and do a replication if there is anything I need to check
I'm using the maven based import in databricks,
here is my current (working) setup of libraries for my compute cluster, using kusto-spark_3.0_2.12:5.2.2 does not work
will remove the ingest and data jars soon
Thanks for clarifying @LorenzF
5.2.2 does seem to have the Class error in ADB 15.4
I just tried 5.2.3 without the ingest and data jars and they work, attached was the web record i did for that. So we'd probably not need to update the docs
https://github.com/user-attachments/assets/0bae20d0-ab7a-4a6f-82c6-3da2b064cc48
Describe the bug When writing to Azure Data Explorer using kusto, an error occurs stating
'java.lang.NoSuchMethodError: com.microsoft.azure.kusto.data.ClientFactory.createClient'
To Reproduce
Databricks compute version: 15.4 LTS (includes Apache Spark 3.5.0, Scala 2.12)
Node type: Standard D4ads_v5
installed libraries:
Run the following script on Azure Databricks:
it outputs
Expected behavior The script should be able to write a table to Azure Data Explorer, but fails.
Desktop (please complete the following information): NA - using Azure Databricks
Thanks for your help!