aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingjing Ren <renjj@ccs.neu.edu>2016-12-16 17:06:41 -0500
committerJingjing Ren <renjj@ccs.neu.edu>2016-12-16 17:06:41 -0500
commitc92178bbacb161c1e4c60e8b17dcc8df77766b2f (patch)
tree578ebc2b356ec906e17fed6681c3cdf6c3ed0084
parentb159cf4a14e26cc81a913e3e2e1bf8d49220a8fa (diff)
reorder bib
-rw-r--r--_bibliography/big-data.bib157
1 files changed, 75 insertions, 82 deletions
diff --git a/_bibliography/big-data.bib b/_bibliography/big-data.bib
index cdb1422..297073a 100644
--- a/_bibliography/big-data.bib
+++ b/_bibliography/big-data.bib
@@ -1,3 +1,15 @@
+@article{armbrust2015scaling,
+ title={Scaling spark in the real world: performance and usability},
+ author={Armbrust, Michael and Das, Tathagata and Davidson, Aaron and Ghodsi, Ali and Or, Andrew and Rosen, Josh and Stoica, Ion and Wendell, Patrick and Xin, Reynold and Zaharia, Matei},
+ journal={Proceedings of the VLDB Endowment},
+ volume={8},
+ number={12},
+ pages={1840--1843},
+ year={2015},
+ publisher={VLDB Endowment}
+}
+
+
@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},
@@ -62,6 +74,7 @@
organization={ACM}
}
+
@inproceedings{ghemawat2003google,
title={The Google file system},
author={Ghemawat, Sanjay and Gobioff, Howard and Leung, Shun-Tak},
@@ -73,6 +86,14 @@
organization={ACM}
}
+@inproceedings{gonzalez2012powergraph,
+ title={Powergraph: Distributed graph-parallel computation on natural graphs},
+ author={Gonzalez, Joseph E and Low, Yucheng and Gu, Haijie and Bickson, Danny and Guestrin, Carlos},
+ booktitle={Presented as part of the 10th USENIX Symposium on Operating Systems Design and Implementation (OSDI 12)},
+ pages={17--30},
+ year={2012}
+}
+
@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},
@@ -82,6 +103,15 @@
year={2011}
}
+@inproceedings{hunt2010zookeeper,
+ title={ZooKeeper: Wait-free Coordination for Internet-scale Systems.},
+ author={Hunt, Patrick and Konar, Mahadev and Junqueira, Flavio Paiva and Reed, Benjamin},
+ booktitle={USENIX Annual Technical Conference},
+ volume={8},
+ pages={9},
+ year={2010}
+}
+
@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},
@@ -94,6 +124,24 @@
}
+@inproceedings{kreps2011kafka,
+ title={Kafka: A distributed messaging system for log processing},
+ author={Kreps, Jay and Narkhede, Neha and Rao, Jun and others},
+ booktitle={Proceedings of the NetDB},
+ pages={1--7},
+ year={2011}
+}
+
+@inproceedings{li2014tachyon,
+ title={Tachyon: Reliable, memory speed storage for cluster computing frameworks},
+ author={Li, Haoyuan and Ghodsi, Ali and Zaharia, Matei and Shenker, Scott and Stoica, Ion},
+ booktitle={Proceedings of the ACM Symposium on Cloud Computing},
+ pages={1--15},
+ year={2014},
+ organization={ACM}
+}
+
+
@inproceedings{malewicz2010pregel,
title={Pregel: a system for large-scale graph processing},
author={Malewicz, Grzegorz and Austern, Matthew H and Bik, Aart JC and Dehnert, James C and Horn, Ilan and Leiser, Naty and Czajkowski, Grzegorz},
@@ -102,7 +150,14 @@
year={2010},
organization={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}
+}
@inproceedings{olston2008pig,
title={Pig latin: a not-so-foreign language for data processing},
@@ -160,6 +215,18 @@
year={2010},
organization={IEEE}
}
+
+@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{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},
@@ -168,6 +235,7 @@
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},
@@ -195,6 +263,12 @@
year={2010}
}
+@inproceedings{zaharia2012discretized,
+ title={Discretized streams: an efficient and fault-tolerant model for stream processing on large clusters},
+ author={Zaharia, Matei and Das, Tathagata and Li, Haoyuan and Shenker, Scott and Stoica, Ion},
+ booktitle={Presented as part of the},
+ year={2012}
+}
@article{zhang2012imapreduce,
title={imapreduce: A distributed computing framework for iterative computation},
@@ -206,84 +280,3 @@
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}
-}
-
-@article{armbrust2015scaling,
- title={Scaling spark in the real world: performance and usability},
- author={Armbrust, Michael and Das, Tathagata and Davidson, Aaron and Ghodsi, Ali and Or, Andrew and Rosen, Josh and Stoica, Ion and Wendell, Patrick and Xin, Reynold and Zaharia, Matei},
- journal={Proceedings of the VLDB Endowment},
- volume={8},
- number={12},
- pages={1840--1843},
- year={2015},
- publisher={VLDB Endowment}
-}
-
-@inproceedings{malewicz2010pregel,
- title={Pregel: a system for large-scale graph processing},
- author={Malewicz, Grzegorz and Austern, Matthew H and Bik, Aart JC and Dehnert, James C and Horn, Ilan and Leiser, Naty and Czajkowski, Grzegorz},
- booktitle={Proceedings of the 2010 ACM SIGMOD International Conference on Management of data},
- pages={135--146},
- year={2010},
- organization={ACM}
-}
-
-@inproceedings{gonzalez2012powergraph,
- title={Powergraph: Distributed graph-parallel computation on natural graphs},
- author={Gonzalez, Joseph E and Low, Yucheng and Gu, Haijie and Bickson, Danny and Guestrin, Carlos},
- booktitle={Presented as part of the 10th USENIX Symposium on Operating Systems Design and Implementation (OSDI 12)},
- pages={17--30},
- year={2012}
-}
-
-@inproceedings{kreps2011kafka,
- title={Kafka: A distributed messaging system for log processing},
- author={Kreps, Jay and Narkhede, Neha and Rao, Jun and others},
- booktitle={Proceedings of the NetDB},
- pages={1--7},
- year={2011}
-}
-
-@inproceedings{zaharia2012discretized,
- title={Discretized streams: an efficient and fault-tolerant model for stream processing on large clusters},
- author={Zaharia, Matei and Das, Tathagata and Li, Haoyuan and Shenker, Scott and Stoica, Ion},
- booktitle={Presented as part of the},
- year={2012}
-}
-
-@inproceedings{li2014tachyon,
- title={Tachyon: Reliable, memory speed storage for cluster computing frameworks},
- author={Li, Haoyuan and Ghodsi, Ali and Zaharia, Matei and Shenker, Scott and Stoica, Ion},
- booktitle={Proceedings of the ACM Symposium on Cloud Computing},
- pages={1--15},
- year={2014},
- organization={ACM}
-}
-
-@inproceedings{hunt2010zookeeper,
- title={ZooKeeper: Wait-free Coordination for Internet-scale Systems.},
- author={Hunt, Patrick and Konar, Mahadev and Junqueira, Flavio Paiva and Reed, Benjamin},
- booktitle={USENIX Annual Technical Conference},
- volume={8},
- pages={9},
- year={2010}
-}