spark shuffle service failing to start on slaves

2015-11-03 Thread Rodrick Brown
My slave instance runs as user “mesos” and I have the following directive set $ cat /etc/mesos-slave/switch_user false When trying to start start-mesos-shuffle-service.sh process I I’m getting the following execution Spark Command: /usr/java/jdk1.8.0_60/jre/bin/java -cp

Re: spark shuffle service failing to start on slaves

2015-11-03 Thread haosdent
Does change spark.shuffle.service.port to a unused port works for you? On Wed, Nov 4, 2015 at 2:56 AM, Rodrick Brown wrote: > My slave instance runs as user “mesos” and I have the following directive > set > > $ cat /etc/mesos-slave/switch_user > false > > When trying