summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation.md3
-rw-r--r--screencasts/_posts/2013-04-10-1-first-steps-with-spark.md (renamed from screencasts/_posts/2013-04-10-1-first-steps-with-spark.html)8
-rw-r--r--screencasts/_posts/2013-04-11-2-spark-documentation-overview.md (renamed from screencasts/_posts/2013-04-11-2-spark-documentation-overview.html)5
-rw-r--r--screencasts/_posts/2013-04-16-3-transformations-and-caching.md (renamed from screencasts/_posts/2013-04-16-3-transformations-and-caching.html)3
-rw-r--r--site/documentation.html1
-rw-r--r--site/screencasts/1-first-steps-with-spark.html12
-rw-r--r--site/screencasts/2-spark-documentation-overview.html8
-rw-r--r--site/screencasts/3-transformations-and-caching.html6
-rw-r--r--site/screencasts/index.html6
9 files changed, 28 insertions, 24 deletions
diff --git a/documentation.md b/documentation.md
index ef488ebdd..3fee268c4 100644
--- a/documentation.md
+++ b/documentation.md
@@ -24,6 +24,7 @@ navigation:
<ul>
<li><a href="{{site.url}}screencasts/1-first-steps-with-spark.html">Screencast 1: First Steps with Spark</a></li>
<li><a href="{{site.url}}screencasts/2-spark-documentation-overview.html">Screencast 2: Spark Documentation Overview</a></li>
+<li><a href="{{site.url}}screencasts/3-transformations-and-caching.html">Screencast 3: Transformations and Caching</a></li>
</ul>
<h3>Hands-On Exercises</h3>
@@ -81,4 +82,4 @@ navigation:
<li>
<a href="http://www.cs.berkeley.edu/~matei/papers/2010/hotcloud_spark.pdf">Spark: Cluster Computing with Working Sets</a>. Matei Zaharia, Mosharaf Chowdhury, Michael J. Franklin, Scott Shenker, Ion Stoica. <em>HotCloud 2010</em>. June 2010.
</li>
-</ul> \ No newline at end of file
+</ul>
diff --git a/screencasts/_posts/2013-04-10-1-first-steps-with-spark.html b/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
index df4b26920..79c022f80 100644
--- a/screencasts/_posts/2013-04-10-1-first-steps-with-spark.html
+++ b/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
@@ -20,8 +20,6 @@ This screencast marks the beginning of a series of hands-on screencasts we will
<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>
-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>. You can also find the Spark documentation online:
-<ul>
- <li><a href="{{site.url}}documentation.html">Spark documentation page</a></li>
- <li><a href="http://ampcamp.berkeley.edu/big-data-mini-course-home">Amp Camp Mini Course</a></li>
-</ul>
+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>.
+
+For more information and links to other Spark screencasts, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.
diff --git a/screencasts/_posts/2013-04-11-2-spark-documentation-overview.html b/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md
index 7f5eb8160..f16117415 100644
--- a/screencasts/_posts/2013-04-11-2-spark-documentation-overview.html
+++ b/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md
@@ -12,7 +12,10 @@ This is our 2nd Spark screencast. In it, we take a tour of the documentation ava
<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>
-And for convenience, here are links to the documentation shown in the video:
+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>.
+
+
+And here are links to the documentation shown in the video:
<ul>
<li><a href="{{site.url}}documentation.html">Spark documentation page</a></li>
<li><a href="http://ampcamp.berkeley.edu/big-data-mini-course-home">Amp Camp Mini Course</a></li>
diff --git a/screencasts/_posts/2013-04-16-3-transformations-and-caching.html b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
index dd05d0ce6..1ee96ea82 100644
--- a/screencasts/_posts/2013-04-16-3-transformations-and-caching.html
+++ b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md
@@ -2,6 +2,7 @@
layout: post
title: 'Transformations and Caching - Spark Screencast #3'
categories: []
+- Screencasts
tags: []
status: publish
type: post
@@ -11,4 +12,4 @@ In this third Spark screencast, we demonstrate more advanced use of RDD actions
<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>
-For more information, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.
+For more information and links to other Spark screencasts, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.
diff --git a/site/documentation.html b/site/documentation.html
index c70773959..a41e590f5 100644
--- a/site/documentation.html
+++ b/site/documentation.html
@@ -121,6 +121,7 @@
<ul>
<li><a href="/screencasts/1-first-steps-with-spark.html">Screencast 1: First Steps with Spark</a></li>
<li><a href="/screencasts/2-spark-documentation-overview.html">Screencast 2: Spark Documentation Overview</a></li>
+<li><a href="/screencasts/3-transformations-and-caching.html">Screencast 3: Transformations and Caching</a></li>
</ul>
<h3>Hands-On Exercises</h3>
diff --git a/site/screencasts/1-first-steps-with-spark.html b/site/screencasts/1-first-steps-with-spark.html
index b77510498..97692dff1 100644
--- a/site/screencasts/1-first-steps-with-spark.html
+++ b/site/screencasts/1-first-steps-with-spark.html
@@ -107,19 +107,17 @@
<h2>First Steps with Spark - Screencast #1</h2>
-This screencast marks the beginning of a series of hands-on screencasts we will be publishing to help new users get up and running in minutes. In this screencast, we:
+<p>This screencast marks the beginning of a series of hands-on screencasts we will be publishing to help new users get up and running in minutes. In this screencast, we:</p>
<ol>
<li>Download and build Spark on a local machine (running OS X, but should be a similar process for Linux or Unix).</li>
<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 shadow"><iframe width="755" height="705" src="http://www.youtube.com/embed/KYlLglXD6Ic?autohide=0&amp;showinfo=0" frameborder="0" allowfullscreen=""></iframe></div>
-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>. You can also find the Spark documentation online:
-<ul>
- <li><a href="/documentation.html">Spark documentation page</a></li>
- <li><a href="http://ampcamp.berkeley.edu/big-data-mini-course-home">Amp Camp Mini Course</a></li>
-</ul>
+<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>
+
+<p>For more information and links to other Spark screencasts, check out the <a href="/documentation.html">Spark documentation page</a>.</p>
</article><!-- #post -->
diff --git a/site/screencasts/2-spark-documentation-overview.html b/site/screencasts/2-spark-documentation-overview.html
index 5b233bce3..c0d4a1d61 100644
--- a/site/screencasts/2-spark-documentation-overview.html
+++ b/site/screencasts/2-spark-documentation-overview.html
@@ -107,11 +107,13 @@
<h2>Spark Documentation Overview – Screencast #2</h2>
-This is our 2nd Spark screencast. In it, we take a tour of the documentation available for Spark users online.
+<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&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
+<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>
-And for convenience, here are links to the documentation shown in the video:
+<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>
+
+<p>And here are links to the documentation shown in the video:</p>
<ul>
<li><a href="/documentation.html">Spark documentation page</a></li>
<li><a href="http://ampcamp.berkeley.edu/big-data-mini-course-home">Amp Camp Mini Course</a></li>
diff --git a/site/screencasts/3-transformations-and-caching.html b/site/screencasts/3-transformations-and-caching.html
index 3da0db896..29aa2a625 100644
--- a/site/screencasts/3-transformations-and-caching.html
+++ b/site/screencasts/3-transformations-and-caching.html
@@ -107,11 +107,11 @@
<h2>Transformations and Caching - Spark Screencast #3</h2>
-In this third Spark screencast, we demonstrate more advanced use of RDD actions and transformations, as well as caching RDDs in memory.
+<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&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
+<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>
-For more information, check out the <a href="/documentation.html">Spark documentation page</a>.
+<p>For more information and links to other Spark screencasts, check out the <a href="/documentation.html">Spark documentation page</a>.</p>
</article><!-- #post -->
diff --git a/site/screencasts/index.html b/site/screencasts/index.html
index 0f85ad37a..df5c530c8 100644
--- a/site/screencasts/index.html
+++ b/site/screencasts/index.html
@@ -110,7 +110,7 @@
<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>
- <div class="entry-content">In this third Spark screencast, we demonstrate more advanced use of RDD actions and transformations, as well as caching RDDs in memory.
+ <div class="entry-content"><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>
</article>
@@ -120,7 +120,7 @@
<h1 class="entry-title"><a href="/screencasts/2-spark-documentation-overview.html">Spark Documentation Overview – Screencast #2</a></h1>
<div class="entry-meta">April 11, 2013</div>
</header>
- <div class="entry-content">This is our 2nd Spark screencast. In it, we take a tour of the documentation available for Spark users online.
+ <div class="entry-content"><p>This is our 2nd Spark screencast. In it, we take a tour of the documentation available for Spark users online.</p>
</div>
</article>
@@ -130,7 +130,7 @@
<h1 class="entry-title"><a href="/screencasts/1-first-steps-with-spark.html">First Steps with Spark - Screencast #1</a></h1>
<div class="entry-meta">April 10, 2013</div>
</header>
- <div class="entry-content">This screencast marks the beginning of a series of hands-on screencasts we will be publishing to help new users get up and running in minutes. In this screencast, we:
+ <div class="entry-content"><p>This screencast marks the beginning of a series of hands-on screencasts we will be publishing to help new users get up and running in minutes. In this screencast, we:</p>
<ol>
<li>Download and build Spark on a local machine (running OS X, but should be a similar process for Linux or Unix).</li>
<li>Introduce the API using the Spark interactive shell to explore a file.</li>