I have a number of legacy scala packages/ code base that needs to be migrated to Databricks.
Currently, these scala packages are translated to jar files which are invoked from a shell script.
I can run scala in Databricks, but how can I call a package file/ scala code base within pyspark? Is that possible, if so how do I do that?