Neil Conway created MESOS-7345:
----------------------------------

             Summary: JSON Mesos flags not printed in JSON
                 Key: MESOS-7345
                 URL: https://issues.apache.org/jira/browse/MESOS-7345
             Project: Mesos
          Issue Type: Improvement
          Components: general
            Reporter: Neil Conway


{noformat}
$ ./src/mesos-master --work_dir=$HOME/master_wd --acls='{"register_frameworks": 
[{"principals": {"type": "ANY"}, "roles": {"values": ["xyz"]}}]}'
[...]
Flags at startup: --acls="register_frameworks {
  principals {
    type: ANY
  }
  roles {
    values: "xyz"
  }
}
" [...]
{noformat}

This is not valid JSON (e.g., field names are not quoted), which means it isn't 
actually legal syntax.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to