summaryrefslogtreecommitdiff
path: root/screencasts/_posts
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-27 05:07:12 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-27 05:07:12 +0000
commitd5c273f9aaa1615c87b876b625f518550b198f26 (patch)
tree179f3ade563abdd9caf96a22188a8df2784a944e /screencasts/_posts
parent81b07ecaa9acc0a8ff4ec72377ecea8597e78938 (diff)
downloadspark-website-d5c273f9aaa1615c87b876b625f518550b198f26.tar.gz
spark-website-d5c273f9aaa1615c87b876b625f518550b198f26.tar.bz2
spark-website-d5c273f9aaa1615c87b876b625f518550b198f26.zip
Forgot to svn add the actual new postmd and html file.
Diffstat (limited to 'screencasts/_posts')
-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>.