You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Dominic Hamon (JIRA)" <ji...@apache.org> on 2014/03/12 00:23:48 UTC

[jira] [Commented] (MESOS-1063) Containerizer fails when fetching more than one URL

    [ https://issues.apache.org/jira/browse/MESOS-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931139#comment-13931139 ] 

Dominic Hamon commented on MESOS-1063:
--------------------------------------

https://reviews.apache.org/r/18974/

> 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)