Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.5.0
-
None
-
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
- breaks
-
MESOS-8483 ExampleTests PythonFramework fails with sigabort.
- Resolved