[
https://issues.apache.org/jira/browse/MESOS-9713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365096#comment-17365096
]
Charles Natali commented on MESOS-9713:
---------------------------------------
Great!
Can't find any way to send a DM on here so here's my email: cf.natali _at_
gmail.com
Shoot me an email and we can chat a bit about what you could do!
> 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)