diff options
| author | msabhi <abhi.is2006@gmail.com> | 2016-11-17 16:59:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-17 16:59:19 -0500 |
| commit | 607c2f97c8c032b912bc64c553b43b694f10f693 (patch) | |
| tree | 552b66642759e3bd347469d5e0690b63d4f497c4 /chapter/8/big-data.md | |
| parent | 59d3351d76963bf6da6489233a4f7adc098382d0 (diff) | |
Update big-data.md
Diffstat (limited to 'chapter/8/big-data.md')
| -rw-r--r-- | chapter/8/big-data.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter/8/big-data.md b/chapter/8/big-data.md index e2ff3e3..cf13efa 100644 --- a/chapter/8/big-data.md +++ b/chapter/8/big-data.md @@ -1,7 +1,7 @@ --- layout: page title: "Large Scale Parallel Data Processing" -by: "Joe Schmoe and Mary Jane" +by: "JingJing and Abhilash" --- Though highly efficient and one of the first major programming models for distributed batch processing, it too has a few limitations.<br /> @@ -32,5 +32,7 @@ Apache Giraph is an open source implementation of Pregel in which new features l ## References +"Bulk synchronous model" http://www.cse.unt.edu/~tarau/teaching/parpro/papers/Bulk%20synchronous%20parallel.pdf. +"Pregel: A System for Large-Scale Graph Processing." +"One trillion edges: graph processing at Facebook-scale" -{% bibliography --file big-data %} |
