You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Timothy Chen (JIRA)" <ji...@apache.org> on 2014/06/17 02:11:02 UTC

[jira] [Closed] (MESOS-1491) Improve subprocess executing command with arguments

     [ https://issues.apache.org/jira/browse/MESOS-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Chen closed MESOS-1491.
-------------------------------

    Resolution: Not a Problem

Will be handled by future abstractions work in Mesos

> Improve subprocess executing command with arguments    
> -------------------------------------------------------
>
>                 Key: MESOS-1491
>                 URL: https://issues.apache.org/jira/browse/MESOS-1491
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Timothy Chen
>            Assignee: Timothy Chen
>
> The current way for subprocess to execute commands with arguments is to build up the whole command string with arguments. However, whoever does this needs to be careful about escaping quotes or semicolons, etc. 
> The better way is to use execve and pass in a list of arguments instead.



--
This message was sent by Atlassian JIRA
(v6.2#6252)