aboutsummaryrefslogtreecommitdiff
path: root/_bibliography
diff options
context:
space:
mode:
authorJingjing Ren <renjj@ccs.neu.edu>2016-12-04 17:20:52 -0500
committerJingjing Ren <renjj@ccs.neu.edu>2016-12-04 17:20:52 -0500
commitc4c33d16b474951ffaf1084b43a2516f6a960204 (patch)
tree7168193e04ed6ccc78a671d98e3fa8cd909b42f9 /_bibliography
parent07de13e393d8d69e2e421df726435f0d2e465a67 (diff)
add bib
Diffstat (limited to '_bibliography')
-rw-r--r--_bibliography/big-data.bib113
1 files changed, 91 insertions, 22 deletions
diff --git a/_bibliography/big-data.bib b/_bibliography/big-data.bib
index 40ff156..4891f9f 100644
--- a/_bibliography/big-data.bib
+++ b/_bibliography/big-data.bib
@@ -1,12 +1,13 @@
-@article{dean2008mapreduce,
- title={MapReduce: simplified data processing on large clusters},
- author={Dean, Jeffrey and Ghemawat, Sanjay},
- journal={Communications of the ACM},
- volume={51},
- number={1},
- pages={107--113},
- year={2008},
- publisher={ACM}
+
+@article{bu2010haloop,
+ title={HaLoop: efficient iterative data processing on large clusters},
+ author={Bu, Yingyi and Howe, Bill and Balazinska, Magdalena and Ernst, Michael D},
+ journal={Proceedings of the VLDB Endowment},
+ volume={3},
+ number={1-2},
+ pages={285--296},
+ year={2010},
+ publisher={VLDB Endowment}
}
@inproceedings{chambers2010flumejava,
@@ -20,12 +21,37 @@
organization={ACM}
}
-@online{WinNT,
- author = {Tarau, Paul},
- title = {Bulk synchronous model},
- year = 2014,
- url = {http://www.cse.unt.edu/~tarau/teaching/parpro/papers/Bulk%20synchronous%20parallel.pdf},
- urldate = {2016-11-24}
+
+@article{ching2015one,
+ title={One trillion edges: graph processing at Facebook-scale},
+ author={Ching, Avery and Edunov, Sergey and Kabiljo, Maja and Logothetis, Dionysios and Muthukrishnan, Sambavi},
+ journal={Proceedings of the VLDB Endowment},
+ volume={8},
+ number={12},
+ pages={1804--1815},
+ year={2015},
+ publisher={VLDB Endowment}
+}
+
+@article{dean2008mapreduce,
+ title={MapReduce: simplified data processing on large clusters},
+ author={Dean, Jeffrey and Ghemawat, Sanjay},
+ journal={Communications of the ACM},
+ volume={51},
+ number={1},
+ pages={107--113},
+ year={2008},
+ publisher={ACM}
+}
+
+
+@inproceedings{ekanayake2010twister,
+ title={Twister: a runtime for iterative mapreduce},
+ author={Ekanayake, Jaliya and Li, Hui and Zhang, Bingjing and Gunarathne, Thilina and Bae, Seung-Hee and Qiu, Judy and Fox, Geoffrey},
+ booktitle={Proceedings of the 19th ACM International Symposium on High Performance Distributed Computing},
+ pages={810--818},
+ year={2010},
+ organization={ACM}
}
@inproceedings{malewicz2010pregel,
@@ -37,13 +63,56 @@
organization={ACM}
}
-@article{ching2015one,
- title={One trillion edges: graph processing at Facebook-scale},
- author={Ching, Avery and Edunov, Sergey and Kabiljo, Maja and Logothetis, Dionysios and Muthukrishnan, Sambavi},
+
+@inproceedings{olston2008pig,
+ title={Pig latin: a not-so-foreign language for data processing},
+ author={Olston, Christopher and Reed, Benjamin and Srivastava, Utkarsh and Kumar, Ravi and Tomkins, Andrew},
+ booktitle={Proceedings of the 2008 ACM SIGMOD international conference on Management of data},
+ pages={1099--1110},
+ year={2008},
+ organization={ACM}
+}
+
+@article{pike2005interpreting,
+ title={Interpreting the data: Parallel analysis with Sawzall},
+ author={Pike, Rob and Dorward, Sean and Griesemer, Robert and Quinlan, Sean},
+ journal={Scientific Programming},
+ volume={13},
+ number={4},
+ pages={277--298},
+ year={2005},
+ publisher={Hindawi Publishing Corporation}
+}
+
+
+
+@online{WinNT,
+ author = {Tarau, Paul},
+ title = {Bulk synchronous model},
+ year = 2014,
+ url = {http://www.cse.unt.edu/~tarau/teaching/parpro/papers/Bulk%20synchronous%20parallel.pdf},
+ urldate = {2016-11-24}
+}
+
+@article{thusoo2009hive,
+ title={Hive: a warehousing solution over a map-reduce framework},
+ author={Thusoo, Ashish and Sarma, Joydeep Sen and Jain, Namit and Shao, Zheng and Chakka, Prasad and Anthony, Suresh and Liu, Hao and Wyckoff, Pete and Murthy, Raghotham},
journal={Proceedings of the VLDB Endowment},
- volume={8},
- number={12},
- pages={1804--1815},
- year={2015},
+ volume={2},
+ number={2},
+ pages={1626--1629},
+ year={2009},
publisher={VLDB Endowment}
}
+
+
+@article{zhang2012imapreduce,
+ title={imapreduce: A distributed computing framework for iterative computation},
+ author={Zhang, Yanfeng and Gao, Qixin and Gao, Lixin and Wang, Cuirong},
+ journal={Journal of Grid Computing},
+ volume={10},
+ number={1},
+ pages={47--68},
+ year={2012},
+ publisher={Springer}
+}