summaryrefslogtreecommitdiff
path: root/screencasts/_posts
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-27 05:06:03 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-27 05:06:03 +0000
commit81b07ecaa9acc0a8ff4ec72377ecea8597e78938 (patch)
treea71ce6bab6902c23f2dd92be1dce302fa58bba77 /screencasts/_posts
parent617ef3bb918d8b5dada3df2a53d625a6ca6a64dc (diff)
downloadspark-website-81b07ecaa9acc0a8ff4ec72377ecea8597e78938.tar.gz
spark-website-81b07ecaa9acc0a8ff4ec72377ecea8597e78938.tar.bz2
spark-website-81b07ecaa9acc0a8ff4ec72377ecea8597e78938.zip
Add post about Spark Screencast #4 and link to it from documentation main page and the post for the 3rd screencast.
Diffstat (limited to 'screencasts/_posts')
-rw-r--r--screencasts/_posts/2013-04-10-1-first-steps-with-spark.md2
-rw-r--r--screencasts/_posts/2013-04-11-2-spark-documentation-overview.md2
-rw-r--r--screencasts/_posts/2013-04-16-3-transformations-and-caching.md4
3 files changed, 5 insertions, 3 deletions
diff --git a/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md b/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
index 79c022f80..e38b68934 100644
--- a/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
+++ b/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
@@ -18,7 +18,7 @@ This screencast marks the beginning of a series of hands-on screencasts we will
<li>Introduce the API using the Spark interactive shell to explore a file.</li>
</ol>
-<div class="video-container shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/KYlLglXD6Ic?autohide=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
+<div class="video-container video-square shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/KYlLglXD6Ic?autohide=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
Check out the next spark screencast in the series, <a href="{{site.url}}screencasts/2-spark-documentation-overview.html">Spark Screencast #2 - Overview of Spark Documentation</a>.
diff --git a/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md b/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md
index f16117415..025d1cd80 100644
--- a/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md
+++ b/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md
@@ -10,7 +10,7 @@ published: true
---
This is our 2nd Spark screencast. In it, we take a tour of the documentation available for Spark users online.
-<div class="video-container shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/TikdEfsrFnw?autohide=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
+<div class="video-container video-square shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/TikdEfsrFnw?autohide=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
Check out the next spark screencast in the series, <a href="{{site.url}}screencasts/3-transformations-and-caching.html">Spark Screencast #3 - Transformations and Caching</a>.
diff --git a/screencasts/_posts/2013-04-16-3-transformations-and-caching.md b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
index 1ee96ea82..e16772bf7 100644
--- a/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
+++ b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
@@ -10,6 +10,8 @@ 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>
+<div class="video-container video-square shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/T1lZcimvL18?autohide=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
+
+Check out the next spark screencast in the series, <a href="{{site.url}}screencasts/4-a-standalone-job-in-spark.html">Spark Screencast #4 - A Standalone Job in Scala</a>.
For more information and links to other Spark screencasts, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.