which is the correct version of akka-actor-typed to use with Spark 3.5.0?

43 views Asked by At

I keep receiving this error,

"Exception in thread "main" java.lang.NoClassDefFoundError: akka/actor/typed/ActorRef",

when I try to deploy my application.jar in one active Spark cluster by:

spark-submit --class RED.Main --master spark://localhost:7077 application.jar 

Why is it so? Do I have incompatible versions of Akk-actor typed (2.8.5) and Spark (3.5.0)?

0

There are 0 answers