summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-04-16-3-transformations-and-caching.html
blob: dd05d0ce6f7ee88b88a5bddacada406a44a97d42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>.