summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-04-16-3-transformations-and-caching.html
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-23 17:17:53 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-23 17:17:53 +0000
commit81d6089b47ec4d3e7fe17074f3b5fadec8070071 (patch)
tree1401e9f4bc6e1b9f4596ebecc5b7332d9ed96f3a /screencasts/_posts/2013-04-16-3-transformations-and-caching.html
parent71bac61ea11df8144a9a3d2be75ef996517b136d (diff)
downloadspark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.tar.gz
spark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.tar.bz2
spark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.zip
Initial port of Spark website from spark-project.org wordpress to Jekyll.
Diffstat (limited to 'screencasts/_posts/2013-04-16-3-transformations-and-caching.html')
-rw-r--r--screencasts/_posts/2013-04-16-3-transformations-and-caching.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/screencasts/_posts/2013-04-16-3-transformations-and-caching.html b/screencasts/_posts/2013-04-16-3-transformations-and-caching.html
new file mode 100644
index 000000000..dd05d0ce6
--- /dev/null
+++ b/screencasts/_posts/2013-04-16-3-transformations-and-caching.html
@@ -0,0 +1,14 @@
+---
+layout: post
+title: 'Transformations and Caching - Spark Screencast #3'
+categories: []
+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, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.