summaryrefslogtreecommitdiff
path: root/site/screencasts/4-a-standalone-job-in-spark.html
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2014-04-02 23:44:50 +0000
committerAndy Konwinski <andrew@apache.org>2014-04-02 23:44:50 +0000
commitc1c954705f834c78d23f7d5008ff96daf9fa30ce (patch)
treef58f215408d13febc953143dd9472e5ad774bcdc /site/screencasts/4-a-standalone-job-in-spark.html
parentc92123dabe204084d1a40b205f770abd32c22601 (diff)
downloadspark-website-c1c954705f834c78d23f7d5008ff96daf9fa30ce.tar.gz
spark-website-c1c954705f834c78d23f7d5008ff96daf9fa30ce.tar.bz2
spark-website-c1c954705f834c78d23f7d5008ff96daf9fa30ce.zip
update screencasts to point to videos hosted on apache spark's youtube channel
inline with other screencasts in the youtube playlist containing them all. previously posts were linking to videos hosted on andykonwinski's youtube account.
Diffstat (limited to 'site/screencasts/4-a-standalone-job-in-spark.html')
-rw-r--r--site/screencasts/4-a-standalone-job-in-spark.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/screencasts/4-a-standalone-job-in-spark.html b/site/screencasts/4-a-standalone-job-in-spark.html
index a48061ed3..4f0ad4163 100644
--- a/site/screencasts/4-a-standalone-job-in-spark.html
+++ b/site/screencasts/4-a-standalone-job-in-spark.html
@@ -162,7 +162,7 @@
<p>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.</p>
-<div class="video-container video-16x9 shadow"><iframe width="755" height="425" src="http://www.youtube.com/embed/GaBn-YjlR8Q?autohide=0&amp;showinfo=0" frameborder="0" allowfullscreen=""></iframe></div>
+<div class="video-container video-16x9 shadow"><iframe width="755" height="425" src="http://www.youtube.com/embed/GaBn-YjlR8Q?autohide=0&amp;showinfo=0&amp;list=PL-x35fyliRwhKT-NpTKprPW1bkbdDcTTW" frameborder="0" allowfullscreen=""></iframe></div>
<p>For more information and links to other Spark screencasts, check out the <a href="/documentation.html">Spark documentation page</a>.</p>