Hi Pradeep,
Can you tell us a bit about your executor: in particular, did you write it
against the Executor API
<http://mesos.apache.org/documentation/latest/app-framework-development-guide/>,
or is it a plain executable that gets run through the command executor?

Cheers,
Greg

On Wed, Oct 14, 2015 at 1:26 AM, Pradeep Kiruvale <pradeepkiruv...@gmail.com
> wrote:

> Hi All,
>
> I have written a new framework and an executor. I launch the task from
> Framework and the task get pushed to the specific slave/executor based on
> the resource availability. But on the executor side it has to connect to an
> application which is running and providing the service through the d-bus
> interface. But the executor fails to connect to the application through the
> d-bus interfaces.
>
> But if I launch the d-bus connection from a standalone application it
> works fine. But I cant connect from executor.
>
> Any idea how can I fix this?
>
> Thanks & Regards,
> Pradeep
>
>

Reply via email to