Shuai Lin created MESOS-4524:
--------------------------------

             Summary: Create a base64-encoded file content fetcher plugin module
                 Key: MESOS-4524
                 URL: https://issues.apache.org/jira/browse/MESOS-4524
             Project: Mesos
          Issue Type: Task
          Components: fetcher
            Reporter: Shuai Lin
            Assignee: Shuai Lin


Sometimes the scheduler may want to pass a file to the task sandbox directly: 
the value of the uri is the file content itself in base64 encoding, e.g. 

{code}
base64://aGVsbG8gd29ybGQ=
{code}

To support this, we can add a Base64FetcherPlugin module. This requires 
[MESOS-3926], and can also serve as an example of how to implment a custom 
fetcher plugin.

This also requires to add a {target_name} field in the URI PB, since now we 
can't parse the file name from the uri.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to