summaryrefslogtreecommitdiff
path: root/site/screencasts
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 /site/screencasts
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 'site/screencasts')
-rw-r--r--site/screencasts/1-first-steps-with-spark.html2
-rw-r--r--site/screencasts/2-spark-documentation-overview.html2
-rw-r--r--site/screencasts/3-transformations-and-caching.html4
-rw-r--r--site/screencasts/index.html10
4 files changed, 15 insertions, 3 deletions
diff --git a/site/screencasts/1-first-steps-with-spark.html b/site/screencasts/1-first-steps-with-spark.html
index ea751a075..00d05cd5a 100644
--- a/site/screencasts/1-first-steps-with-spark.html
+++ b/site/screencasts/1-first-steps-with-spark.html
@@ -113,7 +113,7 @@
<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&amp;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&amp;showinfo=0" frameborder="0" allowfullscreen=""></iframe></div>
<p>Check out the next spark screencast in the series, <a href="/screencasts/2-spark-documentation-overview.html">Spark Screencast #2 - Overview of Spark Documentation</a>.</p>
diff --git a/site/screencasts/2-spark-documentation-overview.html b/site/screencasts/2-spark-documentation-overview.html
index 00906dcc5..deb57f0d4 100644
--- a/site/screencasts/2-spark-documentation-overview.html
+++ b/site/screencasts/2-spark-documentation-overview.html
@@ -109,7 +109,7 @@
<p>This is our 2nd Spark screencast. In it, we take a tour of the documentation available for Spark users online.</p>
-<div class="video-container shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/TikdEfsrFnw?autohide=0&amp;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&amp;showinfo=0" frameborder="0" allowfullscreen=""></iframe></div>
<p>Check out the next spark screencast in the series, <a href="/screencasts/3-transformations-and-caching.html">Spark Screencast #3 - Transformations and Caching</a>.</p>
diff --git a/site/screencasts/3-transformations-and-caching.html b/site/screencasts/3-transformations-and-caching.html
index 5c0a40a20..ccf371d8a 100644
--- a/site/screencasts/3-transformations-and-caching.html
+++ b/site/screencasts/3-transformations-and-caching.html
@@ -109,7 +109,9 @@
<p>In this third Spark screencast, we demonstrate more advanced use of RDD actions and transformations, as well as caching RDDs in memory.</p>
-<div class="video-container shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/T1lZcimvL18?autohide=0&amp;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&amp;showinfo=0" frameborder="0" allowfullscreen=""></iframe></div>
+
+<p>Check out the next spark screencast in the series, <a href="/screencasts/4-a-standalone-job-in-spark.html">Spark Screencast #4 - A Standalone Job in Scala</a>.</p>
<p>For more information and links to other Spark screencasts, check out the <a href="/documentation.html">Spark documentation page</a>.</p>
diff --git a/site/screencasts/index.html b/site/screencasts/index.html
index 01edf78aa..3150902b9 100644
--- a/site/screencasts/index.html
+++ b/site/screencasts/index.html
@@ -107,6 +107,16 @@
<article class="hentry">
<header class="entry-header">
+ <h1 class="entry-title"><a href="/screencasts/4-a-standalone-job-in-spark.html">A Standalone Job in Scala - Spark Screencast #4</a></h1>
+ <div class="entry-meta">August 26, 2013</div>
+ </header>
+ <div class="entry-content"><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>
+ </article>
+
+<article class="hentry">
+ <header class="entry-header">
<h1 class="entry-title"><a href="/screencasts/3-transformations-and-caching.html">Transformations and Caching - Spark Screencast #3</a></h1>
<div class="entry-meta">April 16, 2013</div>
</header>