You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Abhishek Dasgupta (JIRA)" <ji...@apache.org> on 2016/09/26 19:27:21 UTC

[jira] [Created] (MESOS-6255) Improve task group details collection from user in mesos-execute.

Abhishek Dasgupta created MESOS-6255:
----------------------------------------

             Summary: Improve task group details collection from user in mesos-execute.
                 Key: MESOS-6255
                 URL: https://issues.apache.org/jira/browse/MESOS-6255
             Project: Mesos
          Issue Type: Improvement
            Reporter: Abhishek Dasgupta
            Priority: Minor


Currently in mesos-execute, details of tasks to be run in a task group are collected as JSON file from users eg. ```mesos-execute --master=<master_ip>:<port> --task_group=<path to json>```

In the task group JSON file, user has to provide agent id for each task though it is left blank.
"agent_id": {
            "value": ""
        }

This issue is to track if we can improve this so that user may omit agent_id in her JSON file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)