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

[jira] [Resolved] (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:all-tabpanel ]

Vinod Kone resolved MESOS-1063.
-------------------------------

    Resolution: Fixed

commit d71b94556f7f50cca9be2b43ae4a7c4a642a0435
Author: Dominic Hamon <dh...@twopensource.com>
Date:   Wed Mar 12 12:16:00 2014 -0700

    Fixed fetcher to properly fetch multiple URIs.
    
    Review: 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)