mesosphere-backup / mesos-cli

This project has been deprecated. Please use the DC/OS CLI.
https://github.com/mesosphere/dcos-cli
Apache License 2.0
116 stars 30 forks source link

Updates mesos-cli to understand JSON MasterInfo #72

Closed massenz closed 9 years ago

massenz commented 9 years ago

Jira: MESOS-3556

As of Mesos 0.24 we store data for MasterInfo in JSON format instead of serialized protobuf: this fix addresses the new format, while keeping it compatible with earlier versions of Mesos.

Tested against a recently released 0.24.1 Mesos, running against a local ZooKeeper.