Is your "adhoc framework" using the default Mesos executor, or does it use a custom executor? You can check the task/executor's sandbox from the Mesos web UI, to see if the custom executor or other URIs were properly downloaded, and to view the stdout/stderr of the executor/task.
On Thu, Jan 8, 2015 at 10:14 AM, Srinivas Murthy <[email protected]> wrote: > I am running a cluster with one master node and three slaves. > Just got hold of a tutorial code from Git that runs an adhoc framework > written in Java, nothing fancy. > All I am getting is " Executor asked to shutdown" and the code exits > gracefully, no exceptions. I am trying to put some logging statements in > all the callback functions, but looks like the Executors are invoked but > never run. > Any clues on how to debug this? > I am running Mesos 0.21 and JDK 1.7.55. > > Regards > Srinivas >

