summaryrefslogtreecommitdiff
path: root/site/screencasts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/screencasts/index.html')
-rw-r--r--site/screencasts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/screencasts/index.html b/site/screencasts/index.html
index c2ad85b99..e05eb0791 100644
--- a/site/screencasts/index.html
+++ b/site/screencasts/index.html
@@ -122,7 +122,7 @@
<article class="hentry">
<header class="entry-header">
- <h1 class="entry-title"><a href="/screencasts/4-a-standalone-job-in-spark.html">A Standalone Job in Scala - Spark Screencast #4</a></h1>
+ <h1 class="entry-title"><a href="/screencasts/4-a-standalone-job-in-spark.html">4 A Standalone Job In Spark</a></h1>
<div class="entry-meta">August 26, 2013</div>
</header>
<div class="entry-content"><p>In this Spark screencast, we create a standalone Apache Spark job in Scala. In the job, we create a spark context and read a file into an RDD of strings; then apply transformations and actions to the RDD and print out the results.</p>
@@ -132,7 +132,7 @@
<article class="hentry">
<header class="entry-header">
- <h1 class="entry-title"><a href="/screencasts/3-transformations-and-caching.html">Transformations and Caching - Spark Screencast #3</a></h1>
+ <h1 class="entry-title"><a href="/screencasts/3-transformations-and-caching.html">3 Transformations And Caching</a></h1>
<div class="entry-meta">April 16, 2013</div>
</header>
<div class="entry-content"><p>In this third Spark screencast, we demonstrate more advanced use of RDD actions and transformations, as well as caching RDDs in memory.</p>