aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsabhi <abhi.is2006@gmail.com>2016-12-16 14:49:14 -0500
committerGitHub <noreply@github.com>2016-12-16 14:49:14 -0500
commitc616d99653c65977c505cff93a7b8798a161914a (patch)
tree9c97208c8883b79fc3ee75a5d0607cac3babbda6
parent6b5c09d2e9508b0cf02e7225b8c56068779d6422 (diff)
Adding bib text for BSP and Map reduce joins
-rw-r--r--_bibliography/big-data.bib20
1 files changed, 20 insertions, 0 deletions
diff --git a/_bibliography/big-data.bib b/_bibliography/big-data.bib
index 599b3c9..85679e2 100644
--- a/_bibliography/big-data.bib
+++ b/_bibliography/big-data.bib
@@ -206,3 +206,23 @@
year={2012},
publisher={Springer}
}
+
+@article{valiant1990bridging,
+ title={A bridging model for parallel computation},
+ author={Valiant, Leslie G},
+ journal={Communications of the ACM},
+ volume={33},
+ number={8},
+ pages={103--111},
+ year={1990},
+ publisher={ACM}
+}
+
+@inproceedings{okcan2011processing,
+ title={Processing theta-joins using MapReduce},
+ author={Okcan, Alper and Riedewald, Mirek},
+ booktitle={Proceedings of the 2011 ACM SIGMOD International Conference on Management of data},
+ pages={949--960},
+ year={2011},
+ organization={ACM}
+}