Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8516

Deprecate mesos.native Python module.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.5.0
    • None
    • python api
    • None

    Description

      We have split our code into scheduler-driver related and executor-driver related eggs. mesos.native exists only for backwards compatibility while the same functionality can now get achieved by directly importing the needed driver egg. This backwards compatibility should be set into deprecation via documentation and possibly code decoration.

      import mesos.native
      

      towards

      from mesos.executor import MesosExecutorDriver
      

      or

      from mesos.scheduler import MesosSchedulerDriver
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tillt Till Toenshoff
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: