[
https://issues.apache.org/jira/browse/MESOS-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146214#comment-16146214
]
Benjamin Mahler commented on MESOS-7899:
----------------------------------------
I'd rather not introduce a notion of a working directory into the virtual
filesystem, what you're suggesting seems to still imply that the virtual
filesystem contains the agent's work directory:
{noformat}
/slave/log
/<path_to_work_dir>/frameworks/FID/executors/EID/runs/RID
{noformat}
The intention was to hide this and expose a virtual filesystem, e.g.:
{noformat}
/slave/log
/frameworks/FID/executors/EID/runs/RID
{noformat}
> Expose sandboxes using virtual paths and hide the agent work directory
> ----------------------------------------------------------------------
>
> Key: MESOS-7899
> URL: https://issues.apache.org/jira/browse/MESOS-7899
> Project: Mesos
> Issue Type: Task
> Reporter: Zhitao Li
> Assignee: Zhitao Li
>
> {{Files}} interface already supports a virtual file system. We should figure
> out a way to enable this in {{ /files/download}} endpoint to hide agent
> sandbox.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)