Re: How to send a task to a running framework?

2016-07-08 Thread Vinod Kone
Are you asking how users can submit their tasks to your custom framework? Your framework should probably expose an API for that. On Fri, Jul 8, 2016 at 4:30 AM, Bryan Fok wrote: > Hi all > > After I have my custom framework running in , for instance, a python > process

Re: Return a vector value from custom executor

2016-07-08 Thread Bryan Fok
I end up using a shared folder to allow both parties to share resources both input and output On Wed, Jul 6, 2016 at 10:37 AM, Bryan Fok wrote: > Understood, moving to that direction now. Thank you for your advance. > > BR > Bryan > > On Wed, Jul 6, 2016 at 1:29 AM,

Re: Mesos API - How to send argument to task?

2016-07-08 Thread Bryan Fok
I end up using a shared folder, so both parties are using the same path to referencing resources On Tue, Jul 5, 2016 at 2:48 PM, Bryan Fok wrote: > Thanks bro, thanks for your advance. I will try it out and return feedback > here > > On Tue, Jul 5, 2016 at 2:23 PM,

How to send a task to a running framework?

2016-07-08 Thread Bryan Fok
Hi all After I have my custom framework running in , for instance, a python process How do I submit a task to it through another python process from another machine? Through the framework name? Any document around this? BR Bryan

Re: Setting up SSL for mesos

2016-07-08 Thread Kamil Wokitajtis
You don't have to build it on every machine. Just install checkinstall tool, build it on one machine and create package. When building, after make command don't run make install, instead run: checkinstall --install=no --pkgname=mesos --pkgversion=0.28.2 -y I am using Ubuntu, so in my case it

Re: Monitoring at container level

2016-07-08 Thread Michał Łowicki
For now the easiest solution not requiring changing monitoring infrastructure would be the one proposed by Steven Schlansker so will try to get some information about it from Marathon team. Thanks! On Fri, Jul 8, 2016 at 5:20 AM, wrote: > Small plug for snap