[
https://issues.apache.org/jira/browse/MESOS-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominic Hamon reassigned MESOS-1063:
------------------------------------
Assignee: Dominic Hamon
> Containerizer fails when fetching more than one URL
> ---------------------------------------------------
>
> Key: MESOS-1063
> URL: https://issues.apache.org/jira/browse/MESOS-1063
> Project: Mesos
> Issue Type: Bug
> Components: containerization, slave
> Affects Versions: 0.18.0
> Reporter: Robert Lacroix
> Assignee: Dominic Hamon
> Priority: Blocker
> Fix For: 0.18.0
>
>
> The containerizer calls mesos-fetcher with a space delimited list of URIs in
> MESOS_EXECUTOR_URIS. This fails with more than one URI because it's not
> properly quoted.
> The resulting command is
> {code}/usr/bin/env MESOS_EXECUTOR_URIS=hdfs:///uri1+0 hdfs:///uri2+0 ...
> /usr/libexec/mesos/mesos-fetcher{code}
> which fails with
> {code}/usr/bin/env: hdfs:///uri2+0: No such file or directory{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)