Open ngulyaev opened 2 years ago
hey @ngulyaev I think loading this dep directly as a package won't really work due to the shapeless libraries mismatch 🤔 should be a shaded assembly in the classpath.
Also shapeless 2.3.7 can be compatible: so another option is to update us frist to 3.2.x and then to 3.3.x
spark-submit failed with following error:
command:
code:
The code fails on the "withRasterFrames()" line.
I couldn't find an example in documentation how to use pyrasterframes through the spark-submit script. I have found only the pyspark shell example but it didn't work unfortunately. Spark version: 3.1.2, pyrasterframes: 0.10.1