summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
diff options
context:
space:
mode:
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.md15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 000000000..1ee96ea82
--- /dev/null
+++ b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
@@ -0,0 +1,15 @@
+---
+layout: post
+title: 'Transformations and Caching - Spark Screencast #3'
+categories: []
+- Screencasts
+tags: []
+status: publish
+type: post
+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>
+
+For more information and links to other Spark screencasts, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.