-
Notifications
You must be signed in to change notification settings - Fork 2
[WIP] Mesos 0.23 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds a new type ResourceUsageExecutor
* Adds a new type TrafficControlStatistics * Update existing implementation of ResourceStatistics
* Adds a new type ResourceUsageExecutor * Updates implementation of ResourceUsage
@jhedev Hey, this is great! I totally missed the initial submission. Would you still consider it a WIP? Otherwise I'm pretty good with straight-up merging it. |
p.s., I'm adding you as a contributor, so if you want to push changes in the future, feel free to do them directly in this repo. |
Well, I actually planned to clean up the code a bit, especially the formatting, which is quite messy at some points. However, I've been very busy with university work lately and I guess it will take at least a few weeks until I have time for that. Other than that there is nothing to be added or changed. So if that's not an issue, go ahead and merge it :) And I will improve the code/documentation as soon as I have some time. |
I've tried to make this project work with mesos 0.23.
I guess, I'm pretty much a noob with regard to Haskell/C++ interop, but I gave my best and all tests are passing already \o/. However, I'm open for any criticism/improvements/suggestions :)
The TestFramework also works with a local running Mesos 0.23 instance.
Still to do: Cleanup the code (especially formatting and comments)