Re: libmesos for Windows(client)

2015-08-07 Thread Vinod Kone
Not yet, but there is work in progress https://issues.apache.org/jira/browse/MESOS-3094 On Fri, Aug 7, 2015 at 3:08 PM, Priyank Narvekar wrote: > Hi, > > Is there any way to compile a mesos client library for windows - > libmesos.dll > > Trying to connect to mesos to run spark framework from jav

libmesos for Windows(client)

2015-08-07 Thread Priyank Narvekar
Hi, Is there any way to compile a mesos client library for windows - libmesos.dll Trying to connect to mesos to run spark framework from java application on a windows machine. Cheers,Priyank

RE: Mesos and Docker Slave Problem

2015-08-07 Thread Nastooh Avessta (navesta)
I see: root@instance-03ef:/# more /tmp/mesos/slaves/20150807-194745-2150770698-5050-1933-S1/frameworks/20150624-232916-16777343-5050-1628-/executors/hello-gpu1-sleep.d19f…/stderr I0807 19:52:09.067476 588 exec.cpp:132] Version: 0.22.1 I0807 19:54:16.347481 594 exec.cpp:459] Slave

Re: Mesos and Docker Slave Problem

2015-08-07 Thread Tim Chen
ne, here is what I see: > > root@instance-03ef:/# more > /tmp/mesos/slaves/20150807-194745-2150770698-5050-1933-S1/frameworks/20150624-232916-16777343-5050-1628-/executors/hello-gpu1-sleep.d19f…/stderr > > I0807 19:52:09.067476 588 exec.cpp:132] Version: 0.22.1 > > I

RE: Mesos and Docker Slave Problem

2015-08-07 Thread Nastooh Avessta (navesta)
: root@instance-03ef:/# more /tmp/mesos/slaves/20150807-194745-2150770698-5050-1933-S1/frameworks/20150624-232916-16777343-5050-1628-/executors/hello-gpu1-sleep.d19f…/stderr I0807 19:52:09.067476 588 exec.cpp:132] Version: 0.22.1 I0807 19:54:16.347481 594 exec.cpp:459] Slave exited

Re: Mesos and Docker Slave Problem

2015-08-07 Thread Vinod Kone
y > '/tmp/mesos/slaves/20150807-174737-1982998538-5050-1871-S1/frameworks/20150624-232916-16777343-5050-1628-/executors/hello-gpu-sleep.9aef12e0-3d2d-11e5-935a-fe1614f46ae0/runs/260e0c23-835a-48a8-ab40-c9566077373f' > > Can you see the stdout/stderr files in this directory for errors?

Mesos and Docker Slave Problem

2015-08-07 Thread Nastooh Avessta (navesta)
21423 573 status_update_manager.cpp:171] Pausing sending status updates I0807 17:49:05.921733 571 slave.cpp:672] No credentials provided. Attempting to register without authentication I0807 17:49:05.922029 571 slave.cpp:683] Detecting new master I0807 17:49:06.870721 571 slave.cpp:815] Regist

Re: SSL in Mesos 0.23

2015-08-07 Thread Jeff Schroeder
The sudo command defaults to envreset (look for that in the man page) which strips all env variables sans a select few. I'd almost bet that your SSL_* variables are not present and were not passed to the slave. Just sudo -i and start the slaves *as root* without sudo. There is no benefit to startin

Re: How about shift mesos agent to golang?

2015-08-07 Thread tommy xiao
@haosdent thanks for your help. 2015-08-07 21:18 GMT+08:00 haosdent : > Hello, https://github.com/yifan-gu/go-mesos is a golang binding to > connect mesos and call mesos api. And this project has already migrate to > https://github.com/mesos/mesos-go (see this commit > https://github.com/mesos/

Re: How about shift mesos agent to golang?

2015-08-07 Thread haosdent
Hello, https://github.com/yifan-gu/go-mesos is a golang binding to connect mesos and call mesos api. And this project has already migrate to https://github.com/mesos/mesos-go (see this commit https://github.com/mesos/mesos-go/commit/c064fce89845d4bfb789c2111e8065cab519dc68 ) .If you want to use go

How about shift mesos agent to golang?

2015-08-07 Thread tommy xiao
Hi Mesos Users, Mesos 's language base is C++, it have more challenge for newcomer. How about shift mesos slave to golang? just like this project: https://github.com/yifan-gu/go-mesos -- Deshi Xiao Twitter: xds2000 E-mail: xiaods(AT)gmail.com

Re: Hello Guys

2015-08-07 Thread tommy xiao
Hi Sam, When are you arrive to Seattle mesosCon 2015? 2015-08-07 12:04 GMT+08:00 Sam Chen : > @haosdent > Appreciated . just done > Add Linkernetworks into powered-by-mesos.md #54 > > On Fri, Aug 7, 2015 at 11:25 AM, haosdent wrote: > >> Hi, @Sam. You could submit a pull request like this >> ht

Re: SSL in Mesos 0.23

2015-08-07 Thread Dharmit Shah
Hello again, Thanks for your responses. I will share what I tried after your suggestions. 1. `ldd /usr/sbin/mesos-master` and `ldd /usr/sbin/mesos-slave` returned similar output as one suggested by Craig. So, I guess, the Mesosphere repo binaries have SSL enabled. Right? 2. I created SSL private

Re: Slave asked to shut down by master because 'health check timed out', what specific things does master check and what factor may causes timed out?

2015-08-07 Thread haosdent
>within 75s, slave restarts occasionally success, and sometimes failed with message ' Slave asked to shut down by master because 'health check timed out'. Could you provide the master/slave log about this? I check current code, seems only slave_ping_timeout and max_slave_ping_timeouts would affect

Re: Mesos web ui sandbox help

2015-08-07 Thread haosdent
Hello, @betarvel. As I know, /files/read.json would check the permission. If the old slave is stop and start a new slave in same machine, we could not get the log content through /files/read.json although the stdout/stderr of tasks in old slave is still exists. So how about send the tasks log to y

Slave asked to shut down by master because 'health check timed out', what specific things does master check and what factor may causes timed out?

2015-08-07 Thread sujz
Hi all, I ran into this problem with these steps: 1: Start master and slave successfully. 2: Stop slave by pressing Ctrl+C. 3: After stopping slave, restart slave within 75s, it prompts this error: Slave asked to shut down by master because 'health check timed out'. After reading the code and se

Mesos web ui sandbox help

2015-08-07 Thread betarvel
Hi guys, I spend too much time on the issue about showing sandbox stdout, stderr log on my own mesos framework (under the webapp). My requirement is simple: The user can check the log information of a specified task at any time on our own web app but not on the mesos web ui. At last, I can no

RE: Custom python executor with Docker

2015-08-07 Thread Kapil Malik
Hi, We have a similar usecase while running multi-user workloads on mesos. Users provide docker images encapsulating application logic, which we (we = say some “Central API”) schedule on Chronos / Marathon. However, we need to run some standard pre / post steps for every docker submitted by use

Re: Mesos slave help

2015-08-07 Thread Marco Massenzio
Hi Stephen, You can see all the launch flags here: http://mesos.apache.org/documentation/latest/configuration/ (or just running .../mesos-slave.sh --help) If you launch it via systemd (which is actually how we run it ourselves in DCOS) you will have to configure your nodes (master/agents) via the

Re: Metering for Mesos

2015-08-07 Thread Marco Massenzio
Hi Sam, Mesos (both Master and Agents) publish a wealth of metrics that can be used for metering, diagnostic, fault discovery/prediction and, I presume, accounting and billing too (that very much depends on what pricing model you guys use). As an example, you may want to take a look at https://gi