Closed alessioale closed 1 week ago
Spark 2.4.x changed the way dependencies are downloaded. In Spark 2.3.x you could specify the directory where the files should be downloaded to. In Spark 2.4.x, dependencies are downloaded using the built-in mechanism and they are downloaded into a random directory under the working directory. I'm not sure how SparkR works in this case.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.
Hello,
I'm trying to launch a SparkR application using the Spark Operator
Here the main.R and dep.R
main.R
dep.R
When I launch the application I get this error:
It seems the dependency is not downloaded/loaded I continue to have the same problem also with the following options
How can I import dependency files in SparkApplications for R ? Thank you Alessio