[FEATURE REQUEST]: copying dependencies for UDF #499
Unanswered
guruvonline
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a UDF which have other dependent dlls and appsettings.json for some of the config values that UDF uses. Presently i have to uncomment the dependency copy part in db-init.sh to copy it to node. even though i have all the binaries and json setting file in the application zip, still i have to write additional step in my CI/CD to upload dependencies to dbfs folder.
Can Spark.net can automatically copy the contents of zip file to node?
Beta Was this translation helpful? Give feedback.
All reactions