Spark on Mesos RpcEndpointNotFoundException -


i cannot launch spark job on mesos, when starts automatically gives error:

   "caused by: org.apache.spark.rpc.rpcendpointnotfoundexception: cannot find     endpoint: spark://coarsegrainedscheduler@10.32.8.178:59737" 

could because of mismatch between versions? if launch example brought distribution works perfectly.

thanks

works now. application fault did not put correctly data input path.

in mesos have 2 options deploy, cluster mode or client mode. chose cluster mode , have spark daemon (mesosclusterdispatcher) listening spark jobs, why use mesos://spark-mesos-dispatcher.marathon.mesos:7077

thanks jacek!


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -