Skip to content

Commit

Permalink
fix broken img refs big data slide deck
Browse files Browse the repository at this point in the history
  • Loading branch information
billspat committed Nov 7, 2023
1 parent 796fda7 commit b92f170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/big_data_intro_for_researchers.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
- handle failures
- for really BIG DATA may not be possible

<img src="img/split-apply-combine-daigram.png" width="400px">
<img src="../img/split-apply-combine-daigram.png" width="400px">


---
Expand Down Expand Up @@ -183,7 +183,7 @@
- code can be R, Python, SQL, or Scala (a version of Java)
- you can interact using Notebook, or with a remote connection

![Sorting with Spark from theRinSpark](img/example_spark_operation_smaller.png)<br>
![Sorting with Spark from theRinSpark](../img/example_spark_operation_smaller.png)<br>
*Sorting distributed data with Apache Spark, from Mastering Spark with R*


Expand All @@ -208,7 +208,7 @@

Two videos linked Link to Video introduction and walk through from Doug Krum, MSU IT Services Data Architect in our session

![Azure Data Bricks Architecture](img/databricks_arch.jpg)
![Azure Data Bricks Architecture](../img/databricks_arch.jpg)



Expand Down

0 comments on commit b92f170

Please sign in to comment.