Re: Running Mesos agent on ARM (Raspberry Pi)?

2016-04-29 Thread haosdent
>The master has problem running with this build on the Pi You need launch master with `--registry=in_memory`, replicated_log with leveldb has problem in Mesos master. On Sat, Apr 30, 2016 at 4:09 AM, Sharma Podila wrote: > Fyi- Things are progressing, we have a build on Pi.

Re: Rename 'include/mesos/slave' to 'include/mesos/agent'

2016-04-29 Thread Kevin Klues
As of last week, such a symlink has been added. The plan is to leave the symlink in place until the deprecation cycle has ended. At that point, all references to "slave" in our external APIs will be removed. This email is just a warning that people should start migrating their include paths over

Re: spark.cores.max=20 has no affect in Mesos 0.28.1

2016-04-29 Thread Rodrick Brown
Yeah this is so Mesos can use multiple executors from different machines and allow dynamic allocations to scale up to 20 CORES but limit the maximum amount to 20 with spark.cores.max=20? Am I missing something? \-- **Rodrick Brown** / Systems Engineer +1 917 445 6839 /

Re: setting roles in mesos 0.28

2016-04-29 Thread Stefano Bianchi
this happen when i have 3 masters however. 2016-04-29 19:02 GMT+02:00 haosdent : > >When a master is elected, after a minute it disconnect re-electing > another master. > Last week I use 0.28.1 to set up two masters in same server + a docker > containered zookeeper. It works

Re: setting roles in mesos 0.28

2016-04-29 Thread haosdent
>When a master is elected, after a minute it disconnect re-electing another master. Last week I use 0.28.1 to set up two masters in same server + a docker containered zookeeper. It works fine for me and could not reproduce the question you mentioned before. But I would continue to try reproduce it

Re: Mesos Web UI

2016-04-29 Thread Vinod Kone
Adam, since you committed this, feel free to backport it to the relevant stable branches (26.x, 27.x, 28.x). They will be included in the next patch releases. On Fri, Apr 29, 2016 at 9:31 AM, Gilbert Song wrote: > Julian, since the fix was after 0.28, could you try it

Re: spark.cores.max=20 has no affect in Mesos 0.28.1

2016-04-29 Thread June Taylor
You have specified total executor cores of 500. Thanks, June Taylor System Administrator, Minnesota Population Center University of Minnesota On Fri, Apr 29, 2016 at 11:35 AM, Rodrick Brown wrote: > I'm running a spark app on Mesos in coarse grain mode > with dynmaic

spark.cores.max=20 has no affect in Mesos 0.28.1

2016-04-29 Thread Rodrick Brown
I'm running a spark app on Mesos in coarse grain mode with dynmaic allocation after my task launches I see it still takes more CPU's than what I specify in my config. Does the following parameter spark.cores.max=20 work in Mesos or is this a YARN only parameter? is their something equivalent for

Re: Mesos Web UI

2016-04-29 Thread Gilbert Song
Julian, since the fix was after 0.28, could you try it again by applying the patch @haosdent provided, or try with mesos master head? On Fri, Apr 29, 2016 at 8:52 AM, Julian Gonzalez Llorente < jgonza...@medallia.com> wrote: > Hello list, > > I found one little error on the web UI of mesos. > In

Detecting resource issues

2016-04-29 Thread Stephen Gran
Hello, We're running tasks on mesos, launched with marathon. We label all the agents with AWS availability zone and VPC name, so that tasks can be scheduled to the right set of hosts. I've noticed something that feels like, well, maybe not a bug, but unexpected behavior. We launch tasks with:

Re: Mesos Web UI

2016-04-29 Thread haosdent
Yes, it has already fixed in https://reviews.apache.org/r/44888/ On Fri, Apr 29, 2016 at 11:52 PM, Julian Gonzalez Llorente < jgonza...@medallia.com> wrote: > Hello list, > > I found one little error on the web UI of mesos. > In the "Slaves" tab there are a table with the columns: ID, Host,

Mesos Web UI

2016-04-29 Thread Julian Gonzalez Llorente
Hello list, I found one little error on the web UI of mesos. In the "Slaves" tab there are a table with the columns: ID, Host, CPUs, Mem, Disk, Registered and Re-Registered. But in the "Offers" tab there is two times Mem. : ID, Framework, Host, Cpus, Mem, Mem. The second Mem should be Disk

Re: Change the role of a framework

2016-04-29 Thread June Taylor
This is exactly what we did in your situation. It doesn't seem to have caused any problems. Thanks, June Taylor System Administrator, Minnesota Population Center University of Minnesota On Fri, Apr 29, 2016 at 1:37 AM, Klaus Ma wrote: > maybe we can create a document

Re: setting roles in mesos 0.28

2016-04-29 Thread Stefano Bianchi
I notice from mates of mine, several issues with mesos 0.28.1. Specially on the master election stability. When a master is elected, after a minute it disconnect re-electing another master. Anyone of you have this issue? This is not my issue, since im running 0.27.2 which is much more stable. Il

Re: Change the role of a framework

2016-04-29 Thread Klaus Ma
maybe we can create a document for it in FAQ umbrella :). Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer Platform OpenSource Technology, STG, IBM GCG +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me On Fri, Apr 29, 2016 at 11:13 AM, Vinod Kone wrote: