I have a process developed in Pyspark, but part of it depends on a sub-process that is calculadted in Scala.
For this reason, I need to execute a call from Pyspark that runs the code implemented in the Scala script, and then, when this process finishes, go back to the Pyspark process.
Is there any possible way to use execute a call to Scala code from Pyspark??