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)?