From 8256a0c81ad192c0a7a54cd4b2c0f31b9523d41e Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Thu, 24 Apr 2014 05:41:33 -0700 Subject: [PATCH] Add Google Omega to distributed systems readme --- distributed_systems/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distributed_systems/README.md b/distributed_systems/README.md index a7c7f6e..fbed3eb 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -38,6 +38,8 @@ * [MillWheel: Fault-Tolerant Stream Processing at Internet Scale](http://static.googleusercontent.com/media/research.google.com/en/us/pubs/archive/41378.pdf) +* [Omega: flexible, scalable schedulers for large compute clusters](http://research.google.com/pubs/archive/41684.pdf) + * [Optimistic replication](http://pages.cs.wisc.edu/~remzi/Classes/739/Spring2004/Papers/optimistic-survey.pdf) * [Paxos Made Live - An Engineering Perspective](http://www.cs.utexas.edu/users/lorenzo/corsi/cs380d/papers/paper2-1.pdf)