summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md
blob: 2bd3c2cad267b194654722322f8ee26abc0c468f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: post
title: 'A Standalone Job in Scala - Spark Screencast #4'
categories:
- Screencasts
tags: []
status: publish
type: post
published: true
---
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.


<div class="video-container video-16x9 shadow"><iframe width="755" height="425" src="//www.youtube.com/embed/GaBn-YjlR8Q?autohide=0&showinfo=0&list=PL-x35fyliRwhKT-NpTKprPW1bkbdDcTTW" 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>.