summaryrefslogtreecommitdiff
path: root/site/screencasts
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-25 23:09:21 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-25 23:09:21 +0000
commit77fc5e3e894bb2cb71a629facf6bc913b05a91e6 (patch)
tree9340fa72d6dcbba51e1e5d6dd4b5f320ddfdbb23 /site/screencasts
parent12898946dff53f8da15e475c03eb11cab37b3e5d (diff)
downloadspark-website-77fc5e3e894bb2cb71a629facf6bc913b05a91e6.tar.gz
spark-website-77fc5e3e894bb2cb71a629facf6bc913b05a91e6.tar.bz2
spark-website-77fc5e3e894bb2cb71a629facf6bc913b05a91e6.zip
Adding screencast #3.
Diffstat (limited to 'site/screencasts')
-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
4 files changed, 16 insertions, 16 deletions
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>