I'm interested in figuring out what the default working directory is when a mesos chronos command is run. For example if I run "java -jar foo/bar/baz.jar" where would the foo directory need to be located in order for this to work?
Thanks
I'm interested in figuring out what the default working directory is when a mesos chronos command is run. For example if I run "java -jar foo/bar/baz.jar" where would the foo directory need to be located in order for this to work?
Thanks
If Volume paths or exact paths are not mentioned & assuming you are asking about Mesos Containerizer, I would say it will be on Agent's working directory which can be configured via
--work
parameter. This is per Executor.