You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2013/08/27 07:07:13 UTC

svn commit: r1517750 - in /incubator/spark: screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md site/screencasts/4-a-standalone-job-in-spark.html

Author: andrew
Date: Tue Aug 27 05:07:12 2013
New Revision: 1517750

URL: http://svn.apache.org/r1517750
Log:
Forgot to svn add the actual new postmd and html file.

Added:
    incubator/spark/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md
    incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html

Added: incubator/spark/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md
URL: http://svn.apache.org/viewvc/incubator/spark/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md?rev=1517750&view=auto
==============================================================================
--- incubator/spark/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md (added)
+++ incubator/spark/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md Tue Aug 27 05:07:12 2013
@@ -0,0 +1,16 @@
+---
+layout: post
+title: 'A Standalone Job in Scala - Spark Screencast #4'
+categories: []
+- Screencasts
+tags: []
+status: publish
+type: post
+published: true
+---
+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.
+
+
+<div class="video-container video-16x9 shadow"><iframe width="755" height="425" src="http://www.youtube.com/embed/GaBn-YjlR8Q?autohide=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>
+
+For more information and links to other Spark screencasts, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.

Added: incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html?rev=1517750&view=auto
==============================================================================
--- incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html (added)
+++ incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html Tue Aug 27 05:07:12 2013
@@ -0,0 +1,137 @@
+<!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>A Standalone Job in Scala - Spark Screencast #4 | 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="singular">
+<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">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>A Standalone Job in Scala - Spark Screencast #4</h2>
+
+
+<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 class="video-container video-16x9 shadow"><iframe width="755" height="425" src="http://www.youtube.com/embed/GaBn-YjlR8Q?autohide=0&amp;showinfo=0" frameborder="0" allowfullscreen=""></iframe></div>
+
+<p>For more information and links to other Spark screencasts, check out the <a href="/documentation.html">Spark documentation page</a>.</p>
+
+          </article><!-- #post -->
+        
+      </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>