Site Layout

2015-09-24 Thread Jim Klucar
Hi everyone, I started in on mocking up the site. I got tired of the bootstrap navbar on top approach so I came up with a few mock ups. Don't worry about the colors not being right or whatever details that are off. 1) http://imgur.com/Or5Fkbx 2) http://imgur.com/2ok8T98 3)

Re: Reg Basic Myriad functionality, referring to MesosCon 2015 talk slides

2015-09-24 Thread Swapnil Daingade
RM is just another Mesos task if launched using something like Marathon. RM in turn will register with Mesos as another framework. You will need mesos slave to launch a mesos task. The RM mesos task can get launched on any node having a Mesos slave. You can technically launch a RM on any node

Re: Site Layout

2015-09-24 Thread Ruth Harris
HI Jim, I like #1. It's nice and clean. Re: markdown -> html on a website. I want to do this. But for consistency sake, the Wiki content needs to be reviewed and then I can merge, add, etc... markdown files. I don't want to maintain 2 sets of docs, so after the Wiki content is review and

Re: Site Layout

2015-09-24 Thread Santosh Marella
I like #1 the most. Santosh On Thu, Sep 24, 2015 at 11:11 AM, Swapnil Daingade < swapnil.daing...@gmail.com> wrote: > Love all three. > #1 and #3 with the Myriad logo on right (like #1) would be my favorite. > > Regards > Swapnil > > > > > On Thu, Sep 24, 2015 at 10:50 AM, Jim Scott

Re: Site Layout

2015-09-24 Thread Jim Klucar
Nobody likes my apache project math? Actually that's good because i didn't want to go through the work to make all the colors match. Anyways, I'll work out something #1-ish. On Thu, Sep 24, 2015 at 2:19 PM, Santosh Marella wrote: > I like #1 the most. > > Santosh > > On

Re: Site Layout

2015-09-24 Thread Brandon Gulla
Hey Jim, thanks for putting these together. I am personally a fan of the layout and style of Option 1. On Thu, Sep 24, 2015 at 1:36 PM, Jim Klucar wrote: > Hi everyone, > > I started in on mocking up the site. I got tired of the bootstrap navbar on > top approach so I came

Reg Basic Myriad functionality, referring to MesosCon 2015 talk slides

2015-09-24 Thread Haripriya Ayyalasomayajula
Hi, My understanding was that the Yarn Resource manager will run alongside Mesos Master (In practise I was starting a resource manager on a node with Mesos master running and no mesos slave process) but I see that the RM is running on a node which is a mesos slave - can anyone please clarify?

Re: Site Layout

2015-09-24 Thread Ruth Harris
I think we need a consensus. Here are the Pros and Cons. 1. The original markdown files are in the Myriad Github. Some are updated; some are not. When the Git branch is cloned and pulled (as in downloading Myriad to use), the doc directory goes with it. 2. Updated documentation is in the Myriad

Re: Reg Basic Myriad functionality, referring to MesosCon 2015 talk slides

2015-09-24 Thread Adam Bordelon
Haripriya, the RM (and Myriad scheduler) run as a Mesos task, and as a part of that task, the Myriad scheduler sends a RegisterFrameworkMessage to the Mesos master, asking Mesos to register a new Myriad framework and communicate with this scheduler process for resource offers and status updates.

Re: Reg Basic Myriad functionality, referring to MesosCon 2015 talk slides

2015-09-24 Thread Haripriya Ayyalasomayajula
Interesting. Thanks Adam. On Thu, Sep 24, 2015 at 4:17 PM, Adam Bordelon wrote: > Haripriya, the RM (and Myriad scheduler) run as a Mesos task, and as a part > of that task, the Myriad scheduler sends a RegisterFrameworkMessage to the > Mesos master, asking Mesos to register

Re: Site Layout

2015-09-24 Thread mohit soni
Looks pretty good Jim! I personally use Pelican for my personal website (being a bit biased towards python), but Jekyll works great too. Layout #1 looks great as well. On Thu, Sep 24, 2015 at 10:41 AM, Brandon Gulla wrote: > Hey Jim, thanks for putting these together.