summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-27 05:06:03 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-27 05:06:03 +0000
commit81b07ecaa9acc0a8ff4ec72377ecea8597e78938 (patch)
treea71ce6bab6902c23f2dd92be1dce302fa58bba77 /screencasts/_posts/2013-04-16-3-transformations-and-caching.md
parent617ef3bb918d8b5dada3df2a53d625a6ca6a64dc (diff)
downloadspark-website-81b07ecaa9acc0a8ff4ec72377ecea8597e78938.tar.gz
spark-website-81b07ecaa9acc0a8ff4ec72377ecea8597e78938.tar.bz2
spark-website-81b07ecaa9acc0a8ff4ec72377ecea8597e78938.zip
Add post about Spark Screencast #4 and link to it from documentation main page and the post for the 3rd screencast.
Diffstat (limited to 'screencasts/_posts/2013-04-16-3-transformations-and-caching.md')
-rw-r--r--screencasts/_posts/2013-04-16-3-transformations-and-caching.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/screencasts/_posts/2013-04-16-3-transformations-and-caching.md b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
index 1ee96ea82..e16772bf7 100644
--- a/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
+++ b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
@@ -10,6 +10,8 @@ published: true
---
In this third Spark screencast, we demonstrate more advanced use of RDD actions and transformations, as well as caching RDDs in memory.
-<div class="video-container shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/T1lZcimvL18?autohide=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
+<div class="video-container video-square shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/T1lZcimvL18?autohide=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
+
+Check out the next spark screencast in the series, <a href="{{site.url}}screencasts/4-a-standalone-job-in-spark.html">Spark Screencast #4 - A Standalone Job in Scala</a>.
For more information and links to other Spark screencasts, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.