Hi, I am trying to recompile SIMR with Spark 9.1 but it fails on incompatible method:
[error] /home/lukas/src/simr/src/main/scala/org/apache/spark/simr/RelayServer.scala:213: not enough arguments for method createActorSystem: (name: String, host: String, port: Int, indestructible: Boolean, conf: org.apache.spark.SparkConf)(akka.actor.ActorSystem, Int). [error] Unspecified value parameter conf. [error] val (as, port) = AkkaUtils.createActorSystem(SIMR_SYSTEM_NAME, hostname, 0) Is anybody using SIMR with Spark 9.1 ? Is this known issue ? Thanks in advance Lukas