You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/cmu-cloud-developer/cmu-analytics-engines-mapreduce/includes/2-data-structure-flow.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ The combiner function is best illustrated through an example. Assume that a map
33
33
2._M. Hammoud and M. F. Sakr (2011). [Locality-Aware Reduce Task Scheduling for MapReduce](https://web2.qatar.cmu.edu/~mhhammou/mhh_msakr_LARTS_CloudCom2011_paper.pdf) CloudCom_
4._M. Hammoud, M. S. Rehman, and M. F. Sakr (2012). [Center-of-Gravity Reduce Task Scheduling to Lower MapReduce Network Traffic](https://dl.acm.org/doi/10.1109/CLOUD.2012.92) CLOUD_
36
-
5._J. Gray, S. Chaudhuri, A. Bosworth, A. Layman, D. Reichart, M. Venkatrao, and H. Pirahesh (1997). [Data Cube: A Relational Aggregation Operator Generalizing Group-by, Cross-tab, and Sub-totals](https://arxiv.org/ftp/cs/papers/0701/0701155.pdf) Data Mining and Knowledge Discovery_
36
+
5._J. Gray, S. Chaudhuri, A. Bosworth, A. Layman, D. Reichart, M. Venkatrao, and H. Pirahesh (1997). [Data Cube: A Relational Aggregation Operator Generalizing Group-by, Cross-tab, and Sub-totals](https://arxiv.org/pdf/cs/0701155.pdf) Data Mining and Knowledge Discovery_
37
37
38
38
***
39
39
40
40
[^1]: <https://www.researchgate.net/publication/221276678_LEEN_LocalityFairness-Aware_Key_Partitioning_for_MapReduce_in_the_Cloud> "S. Ibrahim, H. Jin, L. Lu, S. Wu, B. He, and L. Qi (Dec. 2010). *LEEN: Locality/Fairness-Aware Key Partitioning for MapReduce in the Cloud* CloudComm"
41
41
[^2]: <https://web2.qatar.cmu.edu/~mhhammou/mhh_msakr_LARTS_CloudCom2011_paper.pdf> "M. Hammoud and M. F. Sakr (2011). *Locality-Aware Reduce Task Scheduling for MapReduce* CloudCom"
[^4]: <https://dl.acm.org/doi/10.1109/CLOUD.2012.92> "M. Hammoud, M. S. Rehman, and M. F. Sakr (2012). *Center-of-Gravity Reduce Task Scheduling to Lower MapReduce Network Traffic* CLOUD"
44
-
[^5]: <https://arxiv.org/ftp/cs/papers/0701/0701155.pdf> "J. Gray, S. Chaudhuri, A. Bosworth, A. Layman, D. Reichart, M. Venkatrao, and H. Pirahesh (1997). *Data Cube: A Relational Aggregation Operator Generalizing Group-by, Cross-tab, and Sub-totals* Data Mining and Knowledge Discovery"
44
+
[^5]: <https://arxiv.org/pdf/cs/0701155.pdf> "J. Gray, S. Chaudhuri, A. Bosworth, A. Layman, D. Reichart, M. Venkatrao, and H. Pirahesh (1997). *Data Cube: A Relational Aggregation Operator Generalizing Group-by, Cross-tab, and Sub-totals* Data Mining and Knowledge Discovery"
Copy file name to clipboardExpand all lines: learn-pr/cmu-cloud-developer/cmu-analytics-engines-mapreduce/includes/5-job-task-schedule.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ _Figure 7: Options for scheduling a reduce task, $R$, with feeding nodes TT1 and
55
55
1._S. Ibrahim, H. Jin, L. Lu, S. Wu, B. He, and L. Qi (Dec. 2010). [LEEN: Locality/Fairness-Aware Key Partitioning for MapReduce in the Cloud](https://www.researchgate.net/publication/221276678_LEEN_LocalityFairness-Aware_Key_Partitioning_for_MapReduce_in_the_Cloud) CloudCom_
56
56
2._M. Hammoud and M. F. Sakr (2011). [Locality-Aware Reduce Task Scheduling for MapReduce](https://web2.qatar.cmu.edu/~mhhammou/mhh_msakr_LARTS_CloudCom2011_paper.pdf) CloudCom_
57
57
3._M. Hammoud, M. S. Rehman, and M. F. Sakr (2012). [Center-of-Gravity Reduce Task Scheduling to Lower MapReduce Network Traffic](https://dl.acm.org/doi/10.1109/CLOUD.2012.92) CLOUD_
6._B. Thirumala Rao and L. S. S. Reddy (November 2011). [Survey on Improved Scheduling in Hadoop MapReduce in Cloud Environments](https://arxiv.org/ftp/arxiv/papers/1207/1207.0780.pdf) International Journal of Computer Applications_
60
+
6._B. Thirumala Rao and L. S. S. Reddy (November 2011). [Survey on Improved Scheduling in Hadoop MapReduce in Cloud Environments](https://arxiv.org/abs/1207.0780) International Journal of Computer Applications_
61
61
7._M. Zaharia, D. Borthakur, J. S. Sarma, K. Elmeleegy, S. Shenker, and I. Stoica (April 2010). [Delay Scheduling: A Simple Technique for Achieving Locality and Fairness in Cluster Scheduling](https://dl.acm.org/doi/10.1145/1755913.1755940) EuroSys, pp. 265-278_
9._S. Huang, J. Huang, J. Dai, T. Xie, and B. Huang (2010). [The HiBench Benchmark Suite: Characterization of the MapReduce-Based Data Analysis](https://ieeexplore.ieee.org/document/5452747) ICDEW_
@@ -71,9 +71,9 @@ _Figure 7: Options for scheduling a reduce task, $R$, with feeding nodes TT1 and
71
71
[^1]: <https://www.researchgate.net/publication/221276678_LEEN_LocalityFairness-Aware_Key_Partitioning_for_MapReduce_in_the_Cloud> "S. Ibrahim, H. Jin, L. Lu, S. Wu, B. He, and L. Qi (Dec. 2010). *LEEN: Locality/Fairness-Aware Key Partitioning for MapReduce in the Cloud* CloudCom"
72
72
[^2]: <https://web2.qatar.cmu.edu/~mhhammou/mhh_msakr_LARTS_CloudCom2011_paper.pdf> "M. Hammoud and M. F. Sakr (2011). *Locality-Aware Reduce Task Scheduling for MapReduce* CloudCom"
73
73
[^3]: <https://dl.acm.org/doi/10.1109/CLOUD.2012.92> "M. Hammoud, M. S. Rehman, and M. F. Sakr (2012). *Center-of-Gravity Reduce Task Scheduling to Lower MapReduce Network Traffic* CLOUD"
[^6]: <https://arxiv.org/ftp/arxiv/papers/1207/1207.0780.pdf> "B. Thirumala Rao and L. S. S. Reddy (November 2011). *Survey on Improved Scheduling in Hadoop MapReduce in Cloud Environments* International Journal of Computer Applications"
76
+
[^6]: <https://arxiv.org/abs/1207.0780> "B. Thirumala Rao and L. S. S. Reddy (November 2011). *Survey on Improved Scheduling in Hadoop MapReduce in Cloud Environments* International Journal of Computer Applications"
77
77
[^7]: <https://dl.acm.org/doi/10.1145/1755913.1755940> "M. Zaharia, D. Borthakur, J. S. Sarma, K. Elmeleegy, S. Shenker, and I. Stoica (April 2010). *Delay Scheduling: A Simple Technique for Achieving Locality and Fairness in Cluster Scheduling* EuroSys, pp. 265-278"
[^9]: <https://ieeexplore.ieee.org/document/5452747> "S. Huang, J. Huang, J. Dai, T. Xie, and B. Huang (2010). *The HiBench Benchmark Suite: Characterization of the MapReduce-Based Data Analysis* ICDEW"
Copy file name to clipboardExpand all lines: learn-pr/cmu-cloud-developer/cmu-analytics-engines-mapreduce/includes/6-fault-tolerance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ Clearly, Hadoop MapReduce's standard speculative execution approach suffers from
35
35
36
36
1._M. Zaharia, A. Konwinski, A. Joseph, R. Katz, and I. Stoica (2008). [Improving MapReduce Performance in Heterogeneous Environments](https://dl.acm.org/doi/10.5555/1855741.1855744) OSDI_
37
37
2._T. White (2011). [Hadoop: The Definitive Guide](http://shop.oreilly.com/product/0636920010388.do) 2nd Edition O'Reilly_
38
-
3._Z. Guo and G. Fox (2012). [Improving MapReduce Performance in Heterogeneous Network Environments and Resource Utilization](https://citeseerx.ist.psu.edu/doc_view/pid/e8416af240aca62a4a7b9ffa3589a4e93576981f) In Proceedings of the 2012 12th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing_
38
+
3._Z. Guo and G. Fox (2012). [Improving MapReduce Performance in Heterogeneous Network Environments and Resource Utilization](https://ranger.uta.edu/~jrao/papers/Middleware14.pdf) In Proceedings of the 2012 12th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing_
39
39
40
40
***
41
41
42
42
[^1]: <https://dl.acm.org/doi/10.5555/1855741.1855744> "M. Zaharia, A. Konwinski, A. Joseph, R. Katz, and I. Stoica (2008). *Improving MapReduce Performance in Heterogeneous Environments* OSDI"
43
43
[^2]: <http://shop.oreilly.com/product/0636920010388.do> "T. White (2011). *Hadoop: The Definitive Guide* 2nd Edition O'Reilly"
44
-
[^3]: <https://citeseerx.ist.psu.edu/doc_view/pid/e8416af240aca62a4a7b9ffa3589a4e93576981f> "Z. Guo and G. Fox (2012). *Improving MapReduce Performance in Heterogeneous Network Environments and Resource Utilization* In Proceedings of the 2012 12th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing"
44
+
[^3]: <https://ranger.uta.edu/~jrao/papers/Middleware14.pdf> "Z. Guo and G. Fox (2012). *Improving MapReduce Performance in Heterogeneous Network Environments and Resource Utilization* In Proceedings of the 2012 12th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing"
Copy file name to clipboardExpand all lines: learn-pr/cmu-cloud-developer/cmu-case-study-nosql-databases/includes/3-apache-cassandra.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,11 +129,11 @@ Another feature that is useful in Cassandra is that it has out-of-the-box suppor
129
129
### References
130
130
131
131
1._Merkle, R. (1988). [A digital signature based on a conventional encryption function](https://people.eecs.berkeley.edu/~raluca/cs261-f15/readings/merkle.pdf) Proceedings of CRYPTO (pp. 369–378). Springer-Verlag_
132
-
2._Hayashibara, Naohiro, et al. (2004). [The φ accrual failure detector](https://citeseerx.ist.psu.edu/pdf/11ae4c0c0d0c36dc177c1fff5eb84fa49aa3e1a8) Reliable Distributed Systems, Proceedings of the 23rd IEEE International Symposium on Reliable Distributed Systems_
132
+
2._Hayashibara, Naohiro, et al. (2004). [The φ accrual failure detector](https://www.researchgate.net/publication/29682135_The_ph_accrual_failure_detector) Reliable Distributed Systems, Proceedings of the 23rd IEEE International Symposium on Reliable Distributed Systems_
133
133
3._DeCandia, Giuseppe, et al. (2007). [Dynamo: Amazon's highly available key-value store](https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf) ACM SIGOPS Operating Systems Review. Vol. 41. No. 6 ACM_
134
134
135
135
***
136
136
137
137
[^1]: <https://people.eecs.berkeley.edu/~raluca/cs261-f15/readings/merkle.pdf> "Merkle, R. (1988). *A digital signature based on a conventional encryption function* Proceedings of CRYPTO (pp. 369–378). Springer-Verlag"
138
-
[^2]: <https://citeseerx.ist.psu.edu/pdf/11ae4c0c0d0c36dc177c1fff5eb84fa49aa3e1a8> "Hayashibara, Naohiro, et al. (2004). *The φ accrual failure detector* Reliable Distributed Systems, 2004. Proceedings of the 23rd IEEE International Symposium on Reliable Distributed Systems"
138
+
[^2]: <https://www.researchgate.net/publication/29682135_The_ph_accrual_failure_detector> "Hayashibara, Naohiro, et al. (2004). *The φ accrual failure detector* Reliable Distributed Systems, 2004. Proceedings of the 23rd IEEE International Symposium on Reliable Distributed Systems"
139
139
[^3]: <https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf> "DeCandia, Giuseppe, et al. (2007). *Dynamo: Amazon's highly available key-value store* ACM SIGOPS Operating Systems Review. Vol. 41. No. 6 ACM"
Copy file name to clipboardExpand all lines: learn-pr/cmu-cloud-developer/cmu-cloud-computing-overview/includes/2-before-cloud-computing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Later in this module, we cover how the cloud evolved to make computing a public
86
86
### References
87
87
88
88
1._Real Time Statistics Project (2015). [Internet Live Stats](https://www.internetlivestats.com/)_
89
-
2._IBM (2017). [What is Big Data?](https://developer.ibm.com/dwblog/2017/what-is-big-data-insight/)_
89
+
2._IBM (2017). [What is Big Data?](https://www.ibm.com/think/topics/big-data)_
90
90
4._Google Inc. (2015). [How Search Works](https://www.google.com/insidesearch/howsearchworks/thestory/)_
91
91
5._Hilbert, Martin and Lopez, Priscila (2011). [The world's technological capacity to store, communicate, and compute information](https://science.sciencemag.org/content/332/6025/60)_
92
92
6._Hamilton, James R and others (2007). [On Designing and Deploying Internet-Scale Services](https://highscalability.com/paper-on-designing-and-deploying-internet-scale-services/)_
@@ -95,7 +95,7 @@ Later in this module, we cover how the cloud evolved to make computing a public
95
95
***
96
96
97
97
[^1]: <https://www.internetlivestats.com/> "*Real Time Statistics Project* (2015)"
98
-
[^2]: <https://developer.ibm.com/dwblog/2017/what-is-big-data-insight/> "IBM (2017). *What is Big Data?*"
98
+
[^2]: <https://www.ibm.com/think/topics/big-data> "IBM (2017). *What is Big Data?*"
99
99
[^4]: <https://www.google.com/insidesearch/howsearchworks/thestory/> "Google Inc. (2015). *How Search Works*"
100
100
[^5]: <https://science.sciencemag.org/content/332/6025/60> "Hilbert, Martin and Lopez, Priscila (2011). *The world's technological capacity to store, communicate, and compute information*"
101
101
[^6]: <https://highscalability.com/paper-on-designing-and-deploying-internet-scale-services/> "Hamilton, James R and others (2007). *On Designing and Deploying Internet-Scale Services*"
0 commit comments