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.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/screencasts/index.html b/site/screencasts/index.html
index 01edf78aa..3150902b9 100644
--- a/site/screencasts/index.html
+++ b/site/screencasts/index.html
@@ -107,6 +107,16 @@
<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>
+ <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>
+
+</div>
+ </article>
+
+<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>
<div class="entry-meta">April 16, 2013</div>
</header>