Re: Request to be added as a contributor

2016-05-03 Thread Zach Heine
Thank you! > On May 3, 2016, at 6:47 PM, Artem Harutyunyan wrote: > > Done. Welcome to Mesos! > > On Tue, May 3, 2016 at 12:18 PM, Zach Heine > wrote: >> I am a current cs student who is looking to broaden my horizons and feel >> that

Re: Requesting to be added as a Contributor

2016-05-03 Thread Artem Harutyunyan
Done. Welcome, Neelesh! On Sat, Apr 30, 2016 at 2:45 PM, Neelesh Salian wrote: > Thank you in advance. > > -- > Regards, > Neelesh S. Salian > Cloudera

Re: Request to be added as a contributor

2016-05-03 Thread Artem Harutyunyan
Done. Welcome to Mesos! On Tue, May 3, 2016 at 12:18 PM, Zach Heine wrote: > I am a current cs student who is looking to broaden my horizons and feel that > contributing to an Apache project would help me in that goal. Thank you in > advance. > > Sincerely, >

Request to be added as a contributor

2016-05-03 Thread Zach Heine
I am a current cs student who is looking to broaden my horizons and feel that contributing to an Apache project would help me in that goal. Thank you in advance. Sincerely, Zach (zakman231990) Heine

Re: Running Mesos agent on ARM (Raspberry Pi)?

2016-05-03 Thread Andrew Spyker
This is from a pi 3 running a slave process connecting to a master not running on pi. pi@pi1:~ $ uname -a Linux pi1 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux pi@pi1:~ $ file /sbin/init /sbin/init: symbolic link to /lib/systemd/systemd pi@pi1:~ $ file /lib/systemd/systemd

Requesting to be added as a Contributor

2016-05-03 Thread Neelesh Salian
Thank you in advance. -- Regards, Neelesh S. Salian Cloudera

Re: Running Mesos agent on ARM (Raspberry Pi)?

2016-05-03 Thread Andrew Spyker
resending as I wasn't on the mailing list ... This is from a pi 3 running a slave process connecting to a master not running on pi. pi@pi1:~ $ uname -a Linux pi1 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux pi@pi1:~ $ file /sbin/init /sbin/init: symbolic link to

Re: Status acknowledgements in MesosExecutor

2016-05-03 Thread Evers Benno
Alex, thanks, that put me on the right track Seems like the executor driver is indeed not waiting for acknowledgements before stopping, so, as observed by Yan Xu and Vinod Kone in MESOS-243 : > The right fix for this for stop() to wait for ACKs.

Re: Status acknowledgements in MesosExecutor

2016-05-03 Thread Anand Mazumdar
Also, we would be modifying the agent to always acknowledge status updates from the executor. (MESOS-5262 ) Once, that is done, it should be sufficient for an executor to terminate itself on receiving an acknowledgment message from the agent,

Re: Running Mesos agent on ARM (Raspberry Pi)?

2016-05-03 Thread Tomek Janiszewski
Current master version should build on Pi3 but there still could be a problem with leveldb. wt., 3.05.2016 o 16:40 użytkownik Andreas Fritzler < andreas.fritz...@gmail.com> napisał: > Did anybody try to build and run Mesos on a Raspberry Pi3? Will that work > out of the box (due to the 64bit

Re: Running Mesos agent on ARM (Raspberry Pi)?

2016-05-03 Thread Andreas Fritzler
Did anybody try to build and run Mesos on a Raspberry Pi3? Will that work out of the box (due to the 64bit ARM)? On Sat, Apr 30, 2016 at 5:54 AM, haosdent wrote: > >The master has problem running with this build on the Pi > You need launch master with `--registry=in_memory`,