[
https://issues.apache.org/jira/browse/MESOS-9713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17364430#comment-17364430
]
Saad Ur Rahman edited comment on MESOS-9713 at 6/17/21, 2:29 AM:
-----------------------------------------------------------------
I would like to work on this issue if no one else is? I shall look over the
code and write up a plan of action before beginning to work on it.
_*Edit:*_ From the commit diffs in the related issues this seems to have been
patched, am I correct?
was (Author: surahman):
I would like to work on this issue if no one else is? I shall look over the
code and write up a plan of action before beginning to work on it.
> Support specifying output file name for URI fetcher
> ---------------------------------------------------
>
> Key: MESOS-9713
> URL: https://issues.apache.org/jira/browse/MESOS-9713
> Project: Mesos
> Issue Type: Improvement
> Components: fetcher
> Reporter: Qian Zhang
> Priority: Major
> Labels: newbie
>
> Currently URI fetcher's `fetch` method is defined like below:
> {code:java}
> process::Future<Nothing> fetch(
> const URI& uri,
> const std::string& directory,
> const Option<std::string>& data = None()) const;
> {code}
> So caller can only specify the directory that the URI will be downloaded to
> but not the name of the output file which has to be same with base name of
> the URI path. We'd better to introduce an output file name parameter so that
> caller can customize the output file name.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)