Re: Question on Mesos 1.1.0 LaunchGroup

2016-11-21 Thread haosdent
-- > *From:* haosdent > *Sent:* Monday, November 21, 2016 9:08:23 AM > *To:* user > *Subject:* Re: Question on Mesos 1.1.0 LaunchGroup > > Hi, @Qi Feng. Actually you could continue to use docker image via Mesos > container. You could refer to https://github.com/apache

Re: Question on Mesos 1.1.0 LaunchGroup

2016-11-21 Thread Qi Feng
ple and easy to me, but seems impassible to my company in a period of time. From: haosdent Sent: Monday, November 21, 2016 9:08:23 AM To: user Subject: Re: Question on Mesos 1.1.0 LaunchGroup Hi, @Qi Feng. Actually you could continue to use docker image via Mesos

Re: Question on Mesos 1.1.0 LaunchGroup

2016-11-21 Thread haosdent
uld have launch_group for > docker in the future? > Or we can only write an executor for that. > > Thanks. > > -- > *From:* haosdent > *Sent:* Monday, November 21, 2016 8:18:13 AM > > *To:* user > *Subject:* Re: Question on Mesos 1.1.0 Lau

Re: Question on Mesos 1.1.0 LaunchGroup

2016-11-21 Thread Qi Feng
mesos container only? From: haosdent mailto:haosd...@gmail.com>> Sent: Friday, November 18, 2016 4:54:07 PM To: user Subject: Re: Question on Mesos 1.1.0 LaunchGroup Hi, @Qi You may refer `mesos-executor` about how to build `LaunchGroup` https://github.com/a

Re: Question on Mesos 1.1.0 LaunchGroup

2016-11-21 Thread haosdent
it support mesos container only? > -- > *From:* haosdent > *Sent:* Friday, November 18, 2016 4:54:07 PM > *To:* user > *Subject:* Re: Question on Mesos 1.1.0 LaunchGroup > > Hi, @Qi You may refer `mesos-executor` about how to build `LaunchGroup` > https://github.com

Re: Question on Mesos 1.1.0 LaunchGroup

2016-11-21 Thread Qi Feng
: Question on Mesos 1.1.0 LaunchGroup Hi, @Qi You may refer `mesos-executor` about how to build `LaunchGroup` https://github.com/apache/mesos/blob/master/src/cli/execute.cpp#L498-L524 ``` operation->set_type(Offer::Operation::LAUNCH_GROUP); ExecutorInfo*

Re: Question on Mesos 1.1.0 LaunchGroup

2016-11-18 Thread haosdent
Hi, @Qi You may refer `mesos-executor` about how to build `LaunchGroup` https://github.com/apache/mesos/blob/master/src/cli/execute.cpp#L498-L524 ``` operation->set_type(Offer::Operation::LAUNCH_GROUP); ExecutorInfo* executorInfo = operation->mutable_launch_group()->m

Question on Mesos 1.1.0 LaunchGroup

2016-11-17 Thread Qi Feng
I'm trying the LaunchGroup feature. But I find the an executorInfo is required. message LaunchGroup { required ExecutorInfo executor =3D 1; required TaskGroupInfo task_group =3D 2; } What's more, an executor id is required in executorInfo. How would I build = the executorInf