You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Niklas Nielsen <ni...@qni.dk> on 2014/04/04 01:58:21 UTC

Re: Review Request 18601: Added command line argument option in mesos-executor.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18601/#review39497
-----------------------------------------------------------


Dropping this issue per our off-line discussion.

- Niklas Nielsen


On March 28, 2014, 9:47 a.m., Niklas Nielsen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18601/
> -----------------------------------------------------------
> 
> (Updated March 28, 2014, 9:47 a.m.)
> 
> 
> Review request for mesos, Ian Downes and Vinod Kone.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> As discussed during the architecture discussion for pluggable containerization(see https://issues.apache.org/jira/browse/MESOS-816), we proposed that the command executor could be exposed for (the slightly unusual use-case) of launching containers.
> This is important in particular, when launching containers which can be considered _being_ the command, for example a docker image which runs the necessary services (mysql, memcache and so on) through it's usual init system.
> We therefore need a way start the command executor with this use-case in mind. This patch adds support for passing and overwriting the command to launch from the command line.
> 
> 
> Diffs
> -----
> 
>   src/launcher/executor.cpp 312606b 
> 
> Diff: https://reviews.apache.org/r/18601/diff/
> 
> 
> Testing
> -------
> 
> Usual behavior of mesos-executor doesn't change. This is used and has been tested with https://github.com/mesosphere/deimos.
> 
> 
> Thanks,
> 
> Niklas Nielsen
> 
>