I'm new to Spark and not very experienced with scala issues. I'm facing this error message while trying to start up Spark on Mesos on a vagrant box.
vagrant@mesos:~/installs/spark-1.0.0$ java -cp rickshaw-spark-0.0.1-SNAPSHOT.jar com.evocalize.rickshaw.spark.applications.GenerateSEOContent -m mesos://10.141.141.10:5050 -h /etc/hadoop/conf -s /tmp/spark-1.0.0-2.3.0-cdh5.0.2.tar.gz log4j:WARN No appenders could be found for logger (com.evocalize.rickshaw.commons.elasticsearch.ElasticSearchClientObjectFactory). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. 14/06/29 19:51:54 INFO Utils: Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties 14/06/29 19:51:54 WARN Utils: Your hostname, mesos resolves to a loopback address: 127.0.1.1; using 10.141.141.10 instead (on interface eth1) 14/06/29 19:51:54 WARN Utils: Set SPARK_LOCAL_IP if you need to bind to another address 14/06/29 19:51:54 INFO SecurityManager: Changing view acls to: vagrant 14/06/29 19:51:54 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(vagrant) Exception in thread "main" com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka.version' at com.typesafe.config.impl.SimpleConfig.findKey(SimpleConfig.java:115) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:136) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:142) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:150) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:155) at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:197) at akka.actor.ActorSystem$Settings.<init>(ActorSystem.scala:136) at akka.actor.ActorSystemImpl.<init>(ActorSystem.scala:470) at akka.actor.ActorSystem$.apply(ActorSystem.scala:111) at akka.actor.ActorSystem$.apply(ActorSystem.scala:104) at org.apache.spark.util.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.spark.SparkEnv$.create(SparkEnv.scala:152) at org.apache.spark.SparkContext.<init>(SparkContext.scala:202) at org.apache.spark.api.java.JavaSparkContext.<init>(JavaSparkContext.scala:53) at com.evocalize.rickshaw.spark.applications.GenerateSEOContent.main(GenerateSEOContent.java:82) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Issues-starting-up-Spark-on-mesos-akka-version-tp8505.html Sent from the Apache Spark User List mailing list archive at Nabble.com.
