.NET for Apache Spark: can't read from Event Hubs

Michael Winick 1 Reputation point
2021-09-10T01:23:03.423+00:00

I'm attempting to connect my .NET for Apache Spark application to Event Hubs, and following instructions and code described in:
https://github.com/dotnet/spark/issues/325#issuecomment-552536894

Here's my powershell spark-submit:

spark-submit \--packages com.microsoft.azure:azure-eventhubs-spark_2.11:2.3.21
--class org.apache.spark.deploy.dotnet.DotnetRunner \--master local
bin\Debug\netcoreapp3.1\microsoft-spark-3-0_2.12-1.0.0.jar `
dotnet bin\Debug\netcoreapp3.1\mySparkApp.dll

with the following output/errors:

130838-errors.txt

Any direction would be greatly appreciated.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,374 questions
{count} votes