From 1ea4bb3130ae78fe9a7f06769da8c13c44b18680 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Fri, 17 Apr 2015 12:44:32 -0400 Subject: [PATCH] Added Borg paper. --- distributed_systems/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distributed_systems/README.md b/distributed_systems/README.md index 18d9283..beb148b 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -44,6 +44,8 @@ * [Kafka: a Distributed Messaging System for Log Processing](http://research.microsoft.com/en-us/um/people/srikanth/netdb11/netdb11papers/netdb11-final12.pdf) +* [Large-scale cluster management at Google with Borg](http://static.googleusercontent.com/media/research.google.com/en/us/pubs/archive/43438.pdf) + * [Linearizability: A Correctness Condition for Concurrent Objects](http://cs.brown.edu/~mph/HerlihyW90/p463-herlihy.pdf) * [Making Reliable Distributed Systems in the Presence of Software Errors](http://www.erlang.org/download/armstrong_thesis_2003.pdf)