12-08-2024 11:11 PM
i want to read and load the data to eventhub. And there is an error message:org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 138.0 failed 4 times, most recent failure: Lost task 0.3 in stage 138.0 (TID 177) (10.139.64.4 executor driver): java.util.concurrent.CompletionException: com.microsoft.azure.eventhubs.OperationCancelledException: Entity(anomalydetection-eventhub): send failed while dispatching to Reactor, see cause for more details.
Below is my code
12-09-2024 01:01 AM
Hi,
The error originates from the eventhub connector. Kindly check this with the EventHub Spark connector team.
Please use the latest connector. https://github.com/Azure/azure-event-hubs-spark
There are known issues with the Event hub connector like below.
https://github.com/Azure/azure-event-hubs-spark/issues/612#issuecomment-958098093
12-09-2024 04:58 AM
Thanks for your response, i have checked that my cluster use the latest connector 2.3.22 and use the 15.4 LTS version. Are there any changes my error come from my cluster is in singlenode?
12-09-2024 05:08 AM
can you try with shared/multinode cluster as well to see if that resolves the issue.
I looked for similar tickets from other customers and most likely the issue is from eventhub.
12-09-2024 11:01 PM
sorry for the inconvenience that i cant try with multi node cluster now. Are there another ways? @@
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group