douban / pymesos

A pure python implementation of Mesos scheduler and executor
BSD 3-Clause "New" or "Revised" License
163 stars 88 forks source link

代码貌似有点问题 #4

Closed billowqiu closed 9 years ago

billowqiu commented 9 years ago

1:slave.py中 from mesos.interace.mesos_pb2 import *,这里interace应该是interface吧 2:原始的mesos中应该应该没有interface这个包吧

windreamer commented 9 years ago

确实是有问题,slave这部分本来是尝试实现一个python版的slave,但是由于对这个目标的需求不强烈了所以就中断了。这部分代码也没有充分测试过。感谢您对错误的指出,在 d023b75 中应该修复了这个错误

另外mesos.interface是 mesos.interface 这个包

billowqiu commented 9 years ago

赞响应速度,呵呵