Re: Transferring Chronos project to the community

2015-01-13 Thread Ken Sipe
YAY! On Jan 13, 2015, at 4:56 PM, Brenden Matthews brenden.matth...@airbnb.com wrote: Hello Mesos users, I'm pleased to announce that Airbnb has decided to transfer the Chronos project to community ownership. It will now live under the umbrella of the top-level Apache Mesos project,

Re: Accessing stdout/stderr of a task programmattically?

2015-01-13 Thread Tomas Barton
Have a look at mesos.cli: https://pypi.python.org/pypi/mesos.cli/0.1.3 you can easily do mesos tail {task id} and access log file on any slave machine or connect to machine where is given task running. On 13 January 2015 at 22:48, David Greenberg dsg123456...@gmail.com wrote: I was trying

Re: Accessing stdout/stderr of a task programmattically?

2015-01-13 Thread Tim Chen
You can get the slave_id, framework_id and executor_id of a task all from state.json. ie: - { - executor_id: 20141231-115728-16777343-5050-49193-S0, - framework_id: 20141231-115728-16777343-5050-49193-, - id: 1, - labels: [ ], - name: Task 1, -

Re: Accessing stdout/stderr of a task programmattically?

2015-01-13 Thread David Greenberg
Thank you for your answers! On Tue, Jan 13, 2015 at 5:15 PM, Tim Chen t...@mesosphere.io wrote: You can get the slave_id, framework_id and executor_id of a task all from state.json. ie: - { - executor_id: 20141231-115728-16777343-5050-49193-S0, - framework_id: