diff options
| author | Jingjing Ren <renjj@ccs.neu.edu> | 2016-12-09 21:43:18 -0500 |
|---|---|---|
| committer | Jingjing Ren <renjj@ccs.neu.edu> | 2016-12-09 21:43:18 -0500 |
| commit | 4c2ff735326ce7686844c5738bc130bf78f5b9a8 (patch) | |
| tree | cba18617dfcd15229f8f6831f8182befc0892f40 /_bibliography/big-data.bib | |
| parent | c510053c1e610a855c5990f3fd18571745d198a2 (diff) | |
add bib
Diffstat (limited to '_bibliography/big-data.bib')
| -rw-r--r-- | _bibliography/big-data.bib | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/_bibliography/big-data.bib b/_bibliography/big-data.bib index f32cfbc..599b3c9 100644 --- a/_bibliography/big-data.bib +++ b/_bibliography/big-data.bib @@ -1,3 +1,11 @@ +@inproceedings{armbrust2015spark, + title={Spark sql: Relational data processing in spark}, + author={Armbrust, Michael and Xin, Reynold S and Lian, Cheng and Huai, Yin and Liu, Davies and Bradley, Joseph K and Meng, Xiangrui and Kaftan, Tomer and Franklin, Michael J and Ghodsi, Ali and others}, + booktitle={Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data}, + pages={1383--1394}, + year={2015}, + organization={ACM} +} @article{bu2010haloop, title={HaLoop: efficient iterative data processing on large clusters}, @@ -54,6 +62,26 @@ organization={ACM} } +@inproceedings{ghemawat2003google, + title={The Google file system}, + author={Ghemawat, Sanjay and Gobioff, Howard and Leung, Shun-Tak}, + booktitle={ACM SIGOPS operating systems review}, + volume={37}, + number={5}, + pages={29--43}, + year={2003}, + organization={ACM} +} + +@inproceedings{hindman2011mesos, + title={Mesos: A Platform for Fine-Grained Resource Sharing in the Data Center.}, + author={Hindman, Benjamin and Konwinski, Andy and Zaharia, Matei and Ghodsi, Ali and Joseph, Anthony D and Katz, Randy H and Shenker, Scott and Stoica, Ion}, + booktitle={NSDI}, + volume={11}, + pages={22--22}, + year={2011} +} + @inproceedings{isard2007dryad, title={Dryad: distributed data-parallel programs from sequential building blocks}, author={Isard, Michael and Budiu, Mihai and Yu, Yuan and Birrell, Andrew and Fetterly, Dennis}, @@ -96,7 +124,14 @@ publisher={Hindawi Publishing Corporation} } - +@inproceedings{shvachko2010hadoop, + title={The hadoop distributed file system}, + author={Shvachko, Konstantin and Kuang, Hairong and Radia, Sanjay and Chansler, Robert}, + booktitle={2010 IEEE 26th symposium on mass storage systems and technologies (MSST)}, + pages={1--10}, + year={2010}, + organization={IEEE} +} @online{WinNT, author = {Tarau, Paul}, @@ -125,6 +160,22 @@ year={2010}, organization={IEEE} } +@inproceedings{vavilapalli2013apache, + title={Apache hadoop yarn: Yet another resource negotiator}, + author={Vavilapalli, Vinod Kumar and Murthy, Arun C and Douglas, Chris and Agarwal, Sharad and Konar, Mahadev and Evans, Robert and Graves, Thomas and Lowe, Jason and Shah, Hitesh and Seth, Siddharth and others}, + booktitle={Proceedings of the 4th annual Symposium on Cloud Computing}, + pages={5}, + year={2013}, + organization={ACM} +} +@inproceedings{xin2013graphx, + title={Graphx: A resilient distributed graph system on spark}, + author={Xin, Reynold S and Gonzalez, Joseph E and Franklin, Michael J and Stoica, Ion}, + booktitle={First International Workshop on Graph Data Management Experiences and Systems}, + pages={2}, + year={2013}, + organization={ACM} +} @inproceedings{yu2008dryadlinq, title={DryadLINQ: A System for General-Purpose Distributed Data-Parallel Computing Using a High-Level Language.}, |
