Re: Initial Design Document Apache Mesos Federation (JIRA 3548)

2016-07-13 Thread Jeff Schroeder
Would this mean introducing golang and as a result, consul, into mesos proper? Seems like a bit of an odd dependency when everything currently uses existing ASF projects. On Wed, Jul 13, 2016 at 5:11 PM, DhilipKumar Sankaranarayanan < s.dhilipku...@gmail.com> wrote: > Hi All, > > Please find the

Re: Initial Design Document Apache Mesos Federation (JIRA 3548)

2016-07-13 Thread Alexander Gallego
This is very cool work, i had a chat w/ another company thinking about doing the exact same thing. I think the proposal is missing several details that make it hard to evaluate on paper (also saw your presentation). 1) Failure semantics, seem to be the same from the proposed design. As a

Re: What's the official pronounce of mesos?

2016-07-13 Thread Paul
Sadly, I don't understand a whole lot about Mesos, but I did learn Ancient Greek in college, taught it for a couple of years, and have even translated parts of Homer's Iliad. μέσος The 'e' (epsilon) in 'Mesos' would be pronounced like the 'e' in the English word 'pet'. The 'o' (omicron) as

Re: OS X latency issue when run as a plist

2016-07-13 Thread Rinaldo Digiorgio
> On Jul 13, 2016, at 9:20 PM, Rodrick Brown wrote: > > Have you tried using something like supervisord? Or the slew of other process > launchers available for *nix. > Thanks I had no idea that there were alternatives to launchd. Thanks will look into it and report

Re: OS X latency issue when run as a plist

2016-07-13 Thread Rodrick Brown
Have you tried using something like supervisord? Or the slew of other process launchers available for *nix.  Check brew. I would look to that as an interim solution if the plist method remains problematic.  Get Outlook for iOS On Wed, Jul 13, 2016 at 7:44 AM -0400, "Rinaldo Digiorgio"

Re: What's the official pronounce of mesos?

2016-07-13 Thread Rodrick Brown
Mess-O's  Get Outlook for iOS On Wed, Jul 13, 2016 at 7:56 PM -0400, "zhiwei" wrote: Hi, I saw in some videos, different people pronounce 'mesos' differently. Can someone add the official pronounce of mesos to wikipedia? -- *NOTICE TO RECIPIENTS*:

Re: What's the official pronounce of mesos?

2016-07-13 Thread Dario Rexin
Mesos comes from the Greek word ‘mesos’, which means ‘middle’, so I guess that would be a valid pronunciation ;). > On Jul 13, 2016, at 5:18 PM, Jie Yu wrote: > > Looks like we don't have an official pronunciation. The previous guideline > was "say it how you like it". >

Re: What's the official pronounce of mesos?

2016-07-13 Thread Jie Yu
Looks like we don't have an official pronunciation. The previous guideline was "say it how you like it". Also, I checked some other project like kubernetes wiki , they don't have an official pronunciation as well. - Jie On Wed, Jul 13, 2016 at 4:56 PM,

Re: Mesos fine-grained multi-user mode failed to allocate tasks

2016-07-13 Thread Rahul Palamuttam
Thanks David. We will definitely take a look at Cook. I am curious by what you mean by true multi-tenancy. Under coarse-grained mode with dynamic allocation enabled - what I see in the mesos UI is that there are 3 tasks running by default (one on each of the nodes nodes we have). I also see the

What's the official pronounce of mesos?

2016-07-13 Thread zhiwei
Hi, I saw in some videos, different people pronounce 'mesos' differently. Can someone add the official pronounce of mesos to wikipedia?

Re: Mesos fine-grained multi-user mode failed to allocate tasks

2016-07-13 Thread David Greenberg
You could also check out Cook from twosigma. It's open source on github, and offers true preemptive multitenancy with spark on Mesos, by intermediating the spark drivers to optimize the cluster overall. On Wed, Jul 13, 2016 at 3:41 PM Rahul Palamuttam wrote: > Thank you

Re: test

2016-07-13 Thread Vinod Kone
Don't sweat about the test email. Not a big deal. Welcome to the community! On Wed, Jul 13, 2016 at 1:51 PM, Rahul Palamuttam wrote: > I'm truly sorry. > Just kept getting several message denied errors, until I realized I needed > to send a reply to user-subscribe. > I

Initial Design Document Apache Mesos Federation (JIRA 3548)

2016-07-13 Thread DhilipKumar Sankaranarayanan
Hi All, Please find the initial version of the Design Document for Federating Mesos Clusters. https://docs.google.com/document/d/1U4IY_ObAXUPhtTa-0Rw_5zQxHDRnJFe5uFNOQ0VUcLg/edit?usp=sharing We at

Re: Mesos fine-grained multi-user mode failed to allocate tasks

2016-07-13 Thread Rahul Palamuttam
Thank you Joseph. We'll try to explore coarse grained mode with dynamic allocation. On Wed, Jul 13, 2016 at 12:28 PM, Joseph Wu wrote: > Looks like you're running Spark in "fine-grained" mode (deprecated). > > (The Spark website appears to be down right now, so here's the

Re: Mesos fine-grained multi-user mode failed to allocate tasks

2016-07-13 Thread Joseph Wu
Looks like you're running Spark in "fine-grained" mode (deprecated). (The Spark website appears to be down right now, so here's the doc on Github:) https://github.com/apache/spark/blob/master/docs/running-on-mesos.md#fine-grained-deprecated Note that while Spark tasks in fine-grained will

Mesos fine-grained multi-user mode failed to allocate tasks

2016-07-13 Thread Rahul Palamuttam
Hi, Our team has been tackling multi-tenancy related issues with Mesos for quite some time. The problem is that tasks aren't being allocated properly when multiple applications are trying to launch a job. If we launch application A, and soon after application B, application B waits pretty much

Re: test

2016-07-13 Thread daemeon reiydelle
Why are you wasting our time with this? Lame. *...* *Daemeon C.M. ReiydelleUSA (+1) 415.501.0198London (+44) (0) 20 8144 9872* On Wed, Jul 13, 2016 at 11:56 AM, Rahul Palamuttam wrote: > >

test

2016-07-13 Thread Rahul Palamuttam

Re: mesos/dcos user issue?

2016-07-13 Thread Joseph Wu
Looks like you solved your problem: > either remove the "USER" statement or add the user locally on the mesos agent machines You can't run as a user that doesn't exist :) On Wed, Jul 13, 2016 at 7:18 AM, Clarke, Trevor wrote: > I've got an image with a local user and a 'USER

mesos/dcos user issue?

2016-07-13 Thread Clarke, Trevor
I've got an image with a local user and a 'USER myuser' statement in the Dockerfile. When I try and run a container in mesos (we're using DC/OS but I think it's mesos related as we're not calling via marathon, etc. it's from a custom framework) I need "Failed to get user information for

OS X latency issue when run as a plist

2016-07-13 Thread Rinaldo Digiorgio
Hi, There have been prior discussions on the list about the OS X Latency issue. I had filed a bug here: https://issues.apache.org/jira/browse/MESOS-5589 We have found that the root cause is starting the mesos