You can look for Scheduler interface and SchedulerDriver usage in the code to tell if a framework is using the native driver. For example: https://github.com/apache/aurora/blob/master/src/main/java/org/apache/aurora/scheduler/mesos/MesosSchedulerImpl.java , https://github.com/mesosphere/marathon/blob/master/src/main/scala/mesosphere/marathon/MarathonScheduler.scala
On Wed, Feb 22, 2017 at 8:56 AM, ru.he <ru...@ele.me> wrote: > Hi mesos dev: > I found a bunch of mesos frameworks in this link:http://mesos.apache.org/ > documentation/latest/frameworks/. > Who can help me to tell which frameworks are HTTP frameworks and which are > native ones? > thx in advance.