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: > > Mesos does not explicitly

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 t

Marathon scaling application

2016-05-11 Thread suruchi.kumari
I have problem scaling the applications through Marathon. I have a setup of two slave nodes.The first slave node having CPU=1 and RAM=2GB and the Second node having CPU=4 and RAM=8GB. It is able to scale maximum 5 instances on the first node but when I tried scaling it further the host gets ch

Re: Marathon scaling application

2016-05-11 Thread Tomek Janiszewski
Hi Can you post some log. It should explain what has happened. Marathon logs offers that were presented and accepted or droped with reason. You can use attributes to run application on specific agent. Best Tomek śr., 11.05.2016, 10:11 użytkownik napisał: > I have problem scaling the applicatio

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 usef

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

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 'nginx.226620

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, > wrote: > > Hi, > > 1. I did not launch t

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: 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 t

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: 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 GMT+02:00 Bharath Ravi

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? Be

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 Lig

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: 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: http://www.footballradar.com > > Many t

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

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 > wrote: > >> Hi, >> >> Please could

RE: distributed file systems

2016-05-11 Thread Aaron Carey
What workloads are you attempting to run exactly? Is this for an actual implementation or a research project? Thanks, Aaron -- Aaron Carey Production Engineer - Cloud Pipeline Industrial Light & Magic London 020 3751 9150 From: james [gar...@verizon.net

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 ab

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 mailto:haosd...@gmail.com>> 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 [setuid](http://linux.

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 Message-

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: https://container-solutions.com/containerpilot-o

RE: Marathon scaling application

2016-05-11 Thread suruchi.kumari
Hi, I get this error when I click the sandbox in the Mesos UI. Failed to connect to slave '997ada1d-87fd-4d20-8035-cb90e191ee9f-S1' on 'host:5051'. Potential reasons: *The slave's hostname, 'host, is not accessible from your network *The slave's port, '5051', is not accessible from your network