Re: Unable to follow Sandbox links from Mesos UI.

2015-01-23 Thread Dan Dong
Hi, Alex, That is what expected, but when I click on it, it pops a new blank window(pailer.html) without the content of the file(9KB size). Any hints? Cheers, Dan 2015-01-23 4:37 GMT-06:00 Alex Rukletsov a...@mesosphere.io: Dan, you should be able to view file contents just by clicking on

Re: cluster wide init

2015-01-23 Thread Dick Davies
On 23 January 2015 at 21:20, Sharma Podila spod...@netflix.com wrote: Here's one possible scenario: A DataCenter runs Databases, Webservers, MicroServices, Hadoop or other batch jobs, stream processing jobs, etc. There's 1000s, if not 100s, of systems available for all of this. Ideally,

Re: how to create rpm package

2015-01-23 Thread Dick Davies
There's an RPM repo, see documentation at: https://mesosphere.com/2014/07/17/mesosphere-package-repositories/ On 23 January 2015 at 09:27, Yu Wenhua s...@yuwh.net wrote: Hi, Can anyone tell me how to build a mesos rpm package? So I can deploy it to slave node easily Thanks. Yu.

how to create rpm package

2015-01-23 Thread Yu Wenhua
Hi, Can anyone tell me how to build a mesos rpm package? So I can deploy it to slave node easily Thanks. Yu.

Re: Unable to follow Sandbox links from Mesos UI.

2015-01-23 Thread Alex Rukletsov
Dan, you should be able to view file contents just by clicking on the link. On Thu, Jan 22, 2015 at 9:57 PM, Dan Dong dongda...@gmail.com wrote: Yes, --hostname solves the problem. Now I can see all files there like stdout, stderr etc, but when I click on e.g stdout, it pops a new blank

Re: Trying to debug an issue in mesos task tracking

2015-01-23 Thread Alex Rukletsov
Itamar, beyond checking master and slave logs, could you pleasse verify your executor does send the TASK_FINISHED update? You may want to add some logging and the check executor log. Mesos guarantees the delivery of status updates, so I suspect the problem is on the executor's side. On Wed, Jan

Re: how to create rpm package

2015-01-23 Thread Tim St Clair
What's your distro+version? Cheers, Tim - Original Message - From: Yu Wenhua s...@yuwh.net To: user@mesos.apache.org Sent: Friday, January 23, 2015 3:27:36 AM Subject: how to create rpm package Hi, Can anyone tell me how to build a mesos rpm package? So I can deploy it to

Re: Accessing stdout/stderr of a task programmattically?

2015-01-23 Thread David Greenberg
Thank you very much! That answers all my questions. On Thu, Jan 22, 2015 at 9:35 PM, Niklas Nielsen nik...@mesosphere.io wrote: First off, you can only do this per executor - not per task. To my understanding, the webui just picks up the executor directory from the slave state.json, but the