Re: Proposal for evaluating Mesos scalability and robustness through stress test.

2017-01-06 Thread Vinod Kone
Great to hear! Haven't looked at the doc yet, but I know some folks from Twitter were also interested this. https://issues.apache.org/jira/browse/MESOS-6768 Probably worth to see if the ideas can be consolidated? On Fri, Jan 6, 2017 at 6:57 PM, Zhitao Li wrote: >

Proposal for evaluating Mesos scalability and robustness through stress test.

2017-01-06 Thread Zhitao Li
(sending this again since previous attempt seemed bumped back) Hi folks, As all of you we are super excited to use Mesos to manage thousands of different applications on our large-scale clusters. When the application and host amount keeps increasing, we are getting more and more curious about

Re: [MESOS-6240] Allow executor/agent communication over non-TCP/IP stream socket.

2017-01-06 Thread Greg Mann
Hi Bingqiang, I've had some recent discussions with folks about this feature; it's something we are interested in doing but I'm not sure what its priority is in relation to other tickets. While the AF_UNIX address type has been added to libprocess, libprocess does not currently accept domain

Re: cron-like scheduling in mesos framework?

2017-01-06 Thread Radek Gruchalski
Chronos launches a task on Mesos whenever a scheduled event is bound to happen. You can run a container task with Chronos, n problem: https://mesos.github.io/chronos/docs/api.html#job-configuration Check the container field. – Best regards, Radek Gruchalski ra...@gruchalski.com On January 6,

Re: cron-like scheduling in mesos framework?

2017-01-06 Thread l vic
Chronos is a separate service... I have database cluster running as Mesos framework. I have to periodically schedule data backups using shell scripts within running docker container. Is that possible with Chronos? On Fri, Jan 6, 2017 at 11:47 AM, Radek Gruchalski wrote: >

Re: cron-like scheduling in mesos framework?

2017-01-06 Thread Erb, Stephan
Apache Aurora does also support cron scheduling (in addition to adhoc jobs and long running services). In contrast to chronos however, it does not support dependency chains. From: l vic lvic4...@gmail.com Reply-To: "user@mesos.apache.org" Date:

Re: cron-like scheduling in mesos framework?

2017-01-06 Thread Steven Schlansker
Singularity also supports this well, https://github.com/HubSpot/Singularity (and it is a framework where you can do both "regular" and "scheduled" tasks through one interface) > On Jan 6, 2017, at 8:47 AM, Tomas Barton wrote: > > Hi, > > try Chronos framework

Re: cron-like scheduling in mesos framework?

2017-01-06 Thread Tomas Barton
Hi, try Chronos framework https://mesos.github.io/chronos/ Tomas On 6 January 2017 at 17:40, l vic wrote: > Hi, > Is there a way to schedule mesos framework task for execution at certain > day/time? > Thank youm > -V >

Re: cron-like scheduling in mesos framework?

2017-01-06 Thread Radek Gruchalski
There are two options: - https://github.com/dcos/metronome - https://github.com/mesos/chronos while Metronome, apparently, being a successor of Chronos. – Best regards, Radek Gruchalski ra...@gruchalski.com On January 6, 2017 at 5:40:45 PM, l vic (lvic4...@gmail.com) wrote: Hi, Is there a

Re: cron-like scheduling in mesos framework?

2017-01-06 Thread haosdent
You may try https://github.com/mesos/chronos or https://github.com/farmapromlab/rundeck-mesos-plugin On Sat, Jan 7, 2017 at 12:40 AM, l vic wrote: > Hi, > Is there a way to schedule mesos framework task for execution at certain > day/time? > Thank youm > -V > -- Best

cron-like scheduling in mesos framework?

2017-01-06 Thread l vic
Hi, Is there a way to schedule mesos framework task for execution at certain day/time? Thank youm -V