Simple question about slave<->master latency?

2016-05-11 Thread James Vanns
Is the latency (perhaps the weighted rolling average) between master and a slave measured? If so, is it recorded as an attribute of a slave object in the scheduler API? Cheers, Jim -- Senior Production Engineer Industrial Light & Magic

RE: Marathon scaling application

2016-05-11 Thread suruchi.kumari
Hi, 1. I did not launch the marathon job with json file. 2.version of mesos is 0.27.2 and marathon is 0.15.3 3. what OS is on the nodes :Ubuntu 14.04 LTS 4. Here are the slave logs :- E0511 00:41:43.982487 1460 slave.cpp:3800] Termination of executor

Re: Marathon scaling application

2016-05-11 Thread Ken Sipe
The logs indicate an issue with running docker… I would start by login into the node that you are having issues with and debug the docker issue. I would suspect you can’t run a docker container manually. ken > On May 11, 2016, at 4:43 AM, >

Re: Marathon scaling application

2016-05-11 Thread Stephen Gran
Hi, The logs say that the only enabled containerizer is mesos. Perhaps you need to set that to mesos,docker. Cheers, On 11/05/16 10:48, suruchi.kum...@accenture.com wrote: > Hi, > > 1.I did not launch the marathon job with json file. > > 2. version of mesos is 0.27.2 and marathon is 0.15.3 >

Re: IP address as resource

2016-05-11 Thread Bharath Ravi Kumar
Hi Stefano, Yes, I did look at Calico, Weave and similar projects, but didn't find them relevant since they appear to solve a different (and more complex) problem. On Sat, May 7, 2016 at 7:37 PM, Stefano Bianchi wrote: > Did you look at Project Calico? > > 2016-05-07 3:45

Re: We're using Mesos

2016-05-11 Thread haosdent
Sure, you could create a merge request in github like https://github.com/apache/mesos/pull/100 On Wed, May 11, 2016 at 11:22 PM, Lee Porte wrote: > Hi, > > Please could we be included in the list of Powered by Mesos? > > Company name: Football Radar > URL:

Re: We're using Mesos

2016-05-11 Thread Lee Porte
Good idea , opened at https://github.com/apache/mesos/pull/103 On Wed, May 11, 2016 at 4:31 PM, haosdent wrote: > Sure, you could create a merge request in github like > https://github.com/apache/mesos/pull/100 > > On Wed, May 11, 2016 at 11:22 PM, Lee Porte

RE: distributed file systems

2016-05-11 Thread Aaron Carey
What exactly do you mean by deploying a mesos cluster to run on ceph etc? Do you mean having a clustered file system mounted via nfs to the hosts which contains the mesos binaries? Or something to do with how jobs are executed? -- Aaron Carey Production Engineer - Cloud Pipeline Industrial

Re: distributed file systems

2016-05-11 Thread james
Hello Rodrick, That EFS looks interesting, but I did not find the location for the source-code/git download? I do not remember the (linux) kernel hooks for that Distributed File System, or is completely on top of the systems codes? License details and I'm not sure if it's 100% opensource?

We're using Mesos

2016-05-11 Thread Lee Porte
Hi, Please could we be included in the list of Powered by Mesos? Company name: Football Radar URL: http://www.footballradar.com Many thanks Lee

Re: distributed file systems

2016-05-11 Thread james
On 05/11/2016 10:09 AM, Aaron Carey wrote: What exactly do you mean by deploying a mesos cluster to run on ceph etc? Do you mean having a clustered file system mounted via nfs to the hosts which contains the mesos binaries? That would be one way to use a DFS, but low latency on a variety of

Are you using New HTTP API Yet ?

2016-05-11 Thread Vladimir Vivien
Is anyone using the new Mesos HTTP Scheduler/Executor APIs to create frameworks? If so: - what language ? - are you using an existing binding as API wrapper (whichh one) ? - or using your own custom built API wrapper ? - do you prefer old bindings vs newer http-based api ? - any links discussing

RE: Marathon deploying MySQL and Wordpress application

2016-05-11 Thread suruchi.kumari
Hi, I would like to know that can we deploy MySQL and WordPress together through Marathon UI (using the command option of Marathon UI). Can I place both commands and environment variables of MySQL and WordPress together in the white space of the command option provided in the Marathon UI.

Re: Marathon deploying MySQL and Wordpress application

2016-05-11 Thread Casey Bisson
Good day, You might consider this WordPress implementation: https://www.joyent.com/blog/wordpress-on-autopilot It should all run in Marathon with the right service manifests. The Container Solutions team demonstrated the MySQL implementation in:

RE: Marathon MySQL and Wordpress Deployment

2016-05-11 Thread suruchi.kumari
Hi, Would like to know can we deploy MySQL and Wordpress together through Marathon UI (using command option in Marathon UI). Can we put the commands of both together in the white space with the environment varibles of command option.Is it possible to run that way. -Original

Re: distributed file systems

2016-05-11 Thread Rodrick Brown
Does EFS count? :-) https://aws.amazon.com/efs/ \-- **Rodrick Brown** / Systems Engineer +1 917 445 6839 / [rodr...@orchardplatform.com](mailto:char...@orchardplatform.com) **Orchard Platform** 101 5th Avenue, 4th Floor, New York, NY 10003

RE: Marathon scaling application

2016-05-11 Thread suruchi.kumari
Hi, Thank you ..it worked :) -Original Message- From: Stephen Gran [mailto:stephen.g...@piksel.com] Sent: 11 May 2016 15:26 To: user@mesos.apache.org Subject: Re: Marathon scaling application Hi, The logs say that the only enabled containerizer is mesos. Perhaps you need to set that

Re: Enable s3a for fetcher

2016-05-11 Thread Ken Sipe
Jamie, The general philosophy is that services should depend very little on the base image (some would say no dependency). There has been an HDFS on the base image which we have leveraged while we work on higher priorities. It was always our intent to remove it. Another example and another

Re: Enable s3a for fetcher

2016-05-11 Thread Ken Sipe
to Josephs point… hdfs and s3 challenges are dcos issues not a mesos issue. We do however need Mesos to support custom protocols for the fetcher. At our current pace of releases it sounds not too far away. ken > On May 10, 2016, at 2:20 PM, Joseph Wu wrote: > >

Re: Enable s3a for fetcher

2016-05-11 Thread Ken Sipe
Jamie, I’m in Europe this week… so the timing of my responses are out of sync / delayed. There are 2 issues to work with here. The first is having a pluggable mesos fetcher… sounds like that is scheduled for 0.30. The other is what is available on dcos. Could you move that discussion to

Re: Marathon scaling application

2016-05-11 Thread Ken Sipe
It is hard to say with the information provided. I would check the slave log the failure node. I suspect the failure is recorded there. otherwise more information is necessary: 1. the marathon job (did you launch with a json file? that would be helpful) 2. the slave logs it could also be

Re: How is the OS X environment created with Mesos

2016-05-11 Thread DiGiorgio, Mr. Rinaldo S.
On May 5, 2016, at 13:28, haosdent > wrote: >There is no explicit statement about what Mesos means when it runs a task as >some other user. I think this is just ensure the running user of the task is the user you given. In Mesos, it jus call the

RE: Enable s3a for fetcher

2016-05-11 Thread Aaron Carey
We'd be very excited to see a pluggable mesos fetcher! -- Aaron Carey Production Engineer - Cloud Pipeline Industrial Light & Magic London 020 3751 9150 From: Ken Sipe [kens...@gmail.com] Sent: 11 May 2016 08:40 To: user@mesos.apache.org Subject: Re: Enable s3a