Jordan Ly created AURORA-1926:
---------------------------------
Summary: Client command 'task scp' cannot write to sandboxes
created with Docker containerizer
Key: AURORA-1926
URL: https://issues.apache.org/jira/browse/AURORA-1926
Project: Aurora
Issue Type: Bug
Components: Client
Reporter: Jordan Ly
Priority: Trivial
In https://issues.apache.org/jira/browse/AURORA-1925, the 'task scp' command
was added to the Aurora Client. The command allows users to transfer files and
folders to/from/between sandboxes of tasks using their jobkey/instance tuple as
the host identifier.
However, the full functionality only works for tasks created using the Mesos
containerizer. The Docker containerizer creates the sandbox folder with root
permissions, meaning that the user can only use 'task scp' to read
files/folders but not write them.
This ticket is to allow users to also 'task scp' files to the sandboxes created
by the Docker containerizer.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)