[
https://issues.apache.org/jira/browse/MESOS-9713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365091#comment-17365091
]
Saad Ur Rahman commented on MESOS-9713:
---------------------------------------
[~cf.natali], thanks for the confirmation!
I am looking for newbie/noob issues to work on so I can better understand the
codebase. My background is Distributed and Data Systems and Matei Z. is from my
alma mater, so this project is interesting to me. I am looking to learn,
sharpen my skill set, and use that effort to do something useful.
> 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)