You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2017/04/04 21:56:41 UTC

[jira] [Created] (MESOS-7345) JSON Mesos flags not printed in JSON

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)