The help for --frameworks_home is: "Directory prepended to relative executor URIs"
To set the ExecutorInfo to be a relative path, you'll need to change the CommandInfo.value that you set in your scheduler when launching tasks. As for why setting it to an absolute NFS path did not work, can you provide the slave log, and the executor work directory contents? Ben On Sat, May 25, 2013 at 6:12 AM, Aboubakr Benabbas < [email protected]> wrote: > > > hi, > > I would like to know how i set --frameworks_home properly when > I launch my slave, i also want to know how to set the ExecutorInfo to be > a relative path, that will be appended to the slaves --frameworks_home > path, i want to do this for deploying Mesos on two laptops, one is the > master and the other is the slave, i mounted NFS and put the exector in > it, and in my scheduler i set the uri of the executor to be the absolute > path in the slave, but that did not work, can anyone explain to me how > to do it using NFS and how to set the --frameworks_home and the > executor's uri properly ? > > Thank you
