Skip to content

Azure Databricks Worker is not Finding Assembly for Purpose of UDF #848

Answered by dbeavon
dbeavon asked this question in Q&A
Discussion options

You must be logged in to vote

Another update. I turned on databricks logging and I'm able to clearly see where the unzipping is happening in the driver's log4j output file :


21/03/18 02:38:56 INFO Utils: Copying /dbfs/spark-dotnet/publish.zip to /databricks/driver/publish.zip

21/03/18 02:38:57 INFO DotnetRunner: Unzipping .NET driver publish.zip to /databricks/driver/publish

21/03/18 02:38:58 INFO DotnetRunner: Starting DotnetBackend with /databricks/driver/publish/mySparkApp

Based on that, I set the environment variable to be /databricks/driver/publish
DOTNET_ASSEMBLY_SEARCH_PATHS=/databricks/driver/publish

But that doesn't help matters. In the worker logs it is very clear that it isn't finding the dll once it g…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dbeavon
Comment options

Answer selected by dbeavon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant