summaryrefslogtreecommitdiff
path: root/site/screencasts
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-24 06:09:49 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-24 06:09:49 +0000
commit12898946dff53f8da15e475c03eb11cab37b3e5d (patch)
treedf9bb383997d2c91362a085dbeb166b489b94446 /site/screencasts
parent3a0d38636d9223896e9a0936fe14fda4293b9ccf (diff)
downloadspark-website-12898946dff53f8da15e475c03eb11cab37b3e5d.tar.gz
spark-website-12898946dff53f8da15e475c03eb11cab37b3e5d.tar.bz2
spark-website-12898946dff53f8da15e475c03eb11cab37b3e5d.zip
screencasts index.
Diffstat (limited to 'site/screencasts')
-rw-r--r--site/screencasts/index.html163
1 files changed, 163 insertions, 0 deletions
diff --git a/site/screencasts/index.html b/site/screencasts/index.html
new file mode 100644
index 000000000..0f85ad37a
--- /dev/null
+++ b/site/screencasts/index.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html>
+<!--[if IE 6]>
+<html id="ie6" dir="ltr" lang="en-US">
+<![endif]-->
+<!--[if IE 7]>
+<html id="ie7" dir="ltr" lang="en-US">
+<![endif]-->
+<!--[if IE 8]>
+<html id="ie8" dir="ltr" lang="en-US">
+<![endif]-->
+<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
+<html dir="ltr" lang="en-US">
+<!--<![endif]-->
+<head>
+ <link rel="shortcut icon" href="favicon.ico" />
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width" />
+ <title>Spark Screencast Archive | Apache Spark</title>
+
+ <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+ <link rel="stylesheet" href="/css/pygments-default.css">
+
+ <script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-32518208-2', 'apache.org');
+ ga('send', 'pageview');
+
+ </script>
+
+ <link rel='canonical' href='/index.html' />
+
+ <style type="text/css">
+ #site-title,
+ #site-description {
+ position: absolute !important;
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+ clip: rect(1px, 1px, 1px, 1px);
+ }
+ </style>
+ <style type="text/css" id="custom-background-css">
+ body.custom-background { background-color: #f1f1f1; }
+ </style>
+</head>
+
+<!--body class="page singular"-->
+<body class="archive">
+<div id="page" class="hfeed">
+
+ <header id="branding" role="banner">
+ <hgroup>
+ <h1 id="site-title"><span><a href="/" title="Spark" rel="home">Spark</a></span></h1>
+ <h2 id="site-description">Lightning-Fast Cluster Computing</h2>
+ </hgroup>
+
+ <a href="/">
+ <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+ </a>
+
+ <nav id="access" role="navigation">
+ <h3 class="assistive-text">Main menu</h3>
+ <div class="menu-main-menu-container">
+ <ul id="menu-main-menu" class="menu">
+
+ <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+ <a href="/index.html">Home</a>
+ </li>
+
+ <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+ <a href="/downloads.html">Downloads</a>
+ </li>
+
+ <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+ <a href="/documentation.html">Documentation</a>
+ </li>
+
+ <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+ <a href="/examples.html">Examples</a>
+ </li>
+
+ <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+ <a href="/mailing-lists.html">Mailing Lists</a>
+ </li>
+
+ <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+ <a href="/research.html">Research</a>
+ </li>
+
+ <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+ <a href="/faq.html">FAQ</a>
+ </li>
+
+ </ul></div>
+ </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+ <div id="main">
+ <div id="primary">
+ <div id="content" role="main">
+
+ <h2 id="spark-screencast-archive">Spark Screencast Archive</h2>
+
+<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>
+ <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>
+ </article>
+
+<article class="hentry">
+ <header class="entry-header">
+ <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>
+ </article>
+
+<article class="hentry">
+ <header class="entry-header">
+ <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:
+<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>
+ </article>
+
+
+
+ </div><!-- #content -->
+
+ <footer id="colophon" role="contentinfo">
+ <div id="site-generator">
+ <p style="padding-top: 0; padding-bottom: 15px;">
+ Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
+ <a href="http://incubator.apache.org/" style="border: none;">
+ <img style="vertical-align: middle; border: none;" src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
+ </a>
+ </p>
+ </div>
+</footer><!-- #colophon -->
+
+ </div><!-- #primary -->
+ </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>