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
Post a Comment