Robert Lacroix created MESOS-1063: ------------------------------------- Summary: 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 Priority: Blocker
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)