summaryrefslogtreecommitdiff
path: root/screencasts
diff options
context:
space:
mode:
Diffstat (limited to 'screencasts')
-rw-r--r--screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md b/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md
new file mode 100644
index 000000000..6164a88c9
--- /dev/null
+++ b/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md
@@ -0,0 +1,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="http://www.youtube.com/embed/GaBn-YjlR8Q?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>.