I've seen this issue when the mesos cluster couldn't figure out my IP address correctly, have you tried setting the ENV var with your IP address when launching spark or mesos cluster dispatcher like:
LIBPROCESS_IP="172.16.0.180" - Jo Voordeckers On Sun, Nov 15, 2015 at 6:59 PM, Jong Wook Kim <jongw...@nyu.edu> wrote: > I'm having problem connecting my spark app to a Mesos cluster; any help on > the below question would be appreciated. > > > http://stackoverflow.com/questions/33727154/spark-shell-connecting-to-mesos-stuck-at-sched-cpp > > Thanks, > Jong Wook >