Skip to content

Commit

Permalink
update scribe links
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanthRH committed Mar 11, 2024
1 parent 331d6aa commit 771c66e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _modules/week-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ status: Active

Feb 12
: **1**{: .label} Parallelism Basics - 1
: [Slides](assets/slides/14_parallelism-1.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/15) • [Scribe Notes](#)
: [Slides](assets/slides/14_parallelism-1.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/15) • [Scribe Notes](assets/scribe_notes/Feb_12_scribe_note.pdf)
: *Reading:*
* [Bigtable: A Distributed Storage System for Structured Data (required)](https://static.googleusercontent.com/media/research.google.com/zh-CN//archive/bigtable-osdi06.pdf)



Feb 14
: **2**{: .label} Parallelism Basics - 2
: [Slides](assets/slides/15_parallelism-2.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/16) • [Scribe Notes](#)
: [Slides](assets/slides/15_parallelism-2.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/16) • [Scribe Notes](assets/scribe_notes/Feb_14_scribe_note.pdf)
: *Reading:*
* [Designing Data-Intensive Applications Chapter 9 Consistency and Consensus Page 324-332, 352-359](https://drive.google.com/drive/folders/1MpKFgCy9CHFVZEXnizZ8JLM7DTU2sTwd?usp=sharing)

Expand All @@ -23,6 +23,6 @@ Feb 14

Feb 16
: **3**{: .label} Parallelism Data
: [Slides](assets/slides/16_parallelism-data.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/17) • [Scribe Notes](#)
: [Slides](assets/slides/16_parallelism-data.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/17) • [Scribe Notes](assets/scribe_notes/Feb_16_scribe_note.pdf)
: *Reading:*
* [Designing Data-Intensive Applications Chapter 9 Consistency and Consensus Page 324-332, 352-359](https://drive.google.com/drive/folders/1MpKFgCy9CHFVZEXnizZ8JLM7DTU2sTwd?usp=sharing)
4 changes: 2 additions & 2 deletions _modules/week-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feb 19

Feb 21
: **2**{: .label} Guest Lecture - [Prof. Yiying Zhang](https://cseweb.ucsd.edu/~yiying/)
: [Slides](#) • [Recording](#) • [Scribe Notes](#)
: [Slides](#) • [Recording](#) • [Scribe Notes](assets/scribe_notes/Feb_21_scribe_note.pdf)
: *Reading:*
* [MapReduce: Simplified Data Processing on Large Clusters (required)](assets/readings/mapreduce.pdf)
* [Paxos Made Simple (optional)](https://lamport.azurewebsites.net/pubs/paxos-simple.pdf)
Expand All @@ -25,7 +25,7 @@ Feb 21

Feb 23
: **3**{: .label} Batch Processing - 1
: [Slides](assets/slides/17_batch-processing-1.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/19) • [Scribe Notes](#)
: [Slides](assets/slides/17_batch-processing-1.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/19) • [Scribe Notes](assets/scribe_notes/Feb_23_scribe_note.pdf)
: *Reading:*
* [Resilient Distributed Datasets: A Fault-Tolerant Abstraction for In-Memory Cluster Computing (required)](assets/readings/spark.pdf)
* [ZooKeeper: Wait-free coordination for Internet-scale systems (optional)](https://www.usenix.org/legacy/event/atc10/tech/full_papers/Hunt.pdf)
2 changes: 1 addition & 1 deletion _modules/week-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Feb 26

Feb 28
: **2**{: .label} Streaming processing - 1
: [Slides](assets/slides/19_stream-processing-1.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/21) • [Scribe Notes](#)
: [Slides](assets/slides/19_stream-processing-1.pdf) • [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/21) • [Scribe Notes](assets/scribe_notes/Feb_28_scribe_note.pdf)
: *Reading:*
* [Discretized Streams: An Efficient and Fault-Tolerant Model for Stream Processing on Large Clusters (Required)](https://www.usenix.org/system/files/conference/hotcloud12/hotcloud12-final28.pdf)
* [Ray: A Distributed Framework for Emerging AI Applications (Required)](https://arxiv.org/pdf/1712.05889.pdf)
Expand Down

0 comments on commit 771c66e

Please sign in to comment.