You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by lukas nalezenec <lu...@gmail.com> on 2014/04/28 14:10:15 UTC

Cannot compile SIMR with Spark 9.1

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