Re: Spark, Mesos problems with remote connections

2015-11-02 Thread Tamas Szuromi
Hello Sebastian, Did you set the MESOS_NATIVE_JAVA_LIBRARY variable before you started pyspark? cheers, Tamas On 2 November 2015 at 15:24, Sebastian Kuepers < sebastian.kuep...@publicispixelpark.de> wrote: > Hey, > > > I have a Mesos cluster with a single Master. If I run the following >

Spark, Mesos problems with remote connections

2015-11-02 Thread Sebastian Kuepers
Hey, I have a Mesos cluster with a single Master. If I run the following directly on the master machine: pyspark --master mesos://host:5050 everything works just fine. If I try to connect from to the master starting a driver from my laptop everything stops after the following log output