Replies: 8 comments
-
@suhsteve Can you take a look? @parad74 I cannot get to your repo. Can you share? |
Beta Was this translation helpful? Give feedback.
-
Are there any error messages you can share with us ? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@parad74 can you provide your error logs, the |
Beta Was this translation helpful? Give feedback.
-
spark-submit --class org.apache.spark.deploy.dotnet.DotnetRunner --master local C:\Count4U\S3\SparkTest\StreamingSparkTest\src\StreamingSparkTest\bin\Debug\netcoreapp3.1\microsoft-spark-2.4.x-0.10.0.jar debug DOTNET_ASSEMBLY_SEARCH_PATHS not set System.Exception: 'JVM method execution failed: Nonstatic method awaitTermination failed for class 21 when called with no arguments' |
Beta Was this translation helpful? Give feedback.
-
@parad74 what's the working directory where you're running the |
Beta Was this translation helpful? Give feedback.
-
@parad74 In addition to what @suhsteve is asking, can you share the full log for your run? (there should have been error messages before the ones you pasted above). |
Beta Was this translation helpful? Give feedback.
-
@parad74 can you also try setting the DOTNET_ASSEMBLY_SEARCH_PATHS env variable to the directory that your UDF dlls are located (probably |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I created simple code
not run
from it
To Reproduce
Add sample project to look at
https://github.com/parad74/StreamingSparkTest
It possible add working simple code or look at my project
Thanks
Beta Was this translation helpful? Give feedback.
All reactions