Re: Mesos coarse mode not working (fine grained does)

2015-02-11 Thread Hans van den Bogert
Bumping 1on1 conversation to mailinglist: On 10 Feb 2015, at 13:24, Hans van den Bogert hansbog...@gmail.com wrote: It’s self built, I can’t otherwise as I can’t install packages on the cluster here. The problem seems with libtool. When compiling Mesos on a host with apr-devel and

Mesos coarse mode not working (fine grained does)

2015-02-08 Thread Hans van den Bogert
Hi, I’m trying to get coarse mode to work under mesos(0.21.0), I thought this would be a trivial change as Mesos was working well in fine-grained mode. However the mesos tasks fail, I can’t pinpoint where things go wrong. This is a mesos stderr log from a slave: Fetching URI

Re: Mesos coarse mode not working (fine grained does)

2015-02-08 Thread Hans van den Bogert
I wasn’t thorough, the complete stderr includes: g++: /usr/lib64/libaprutil-1.so: No such file or directory g++: /usr/lib64/libapr-1.so: No such file or directoryn (including that trailing ’n') Though I can’t figure out how the process indirection is going from the frontend spark

Re: Mesos coarse mode not working (fine grained does)

2015-02-08 Thread Tim Chen
Hi there, It looks like while trying to launch the executor (or one of the process like the fetcher to fetch the uris) was failing because of the dependencies problem you see. Your mesos-slave shouldn't be able to run though, were you running 0.20.0 slave and upgraded to 0.21.0? We introduced the