summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
diff options
context:
space:
mode:
Diffstat (limited to 'screencasts/_posts/2013-04-10-1-first-steps-with-spark.md')
-rw-r--r--screencasts/_posts/2013-04-10-1-first-steps-with-spark.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md b/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
new file mode 100644
index 000000000..79c022f80
--- /dev/null
+++ b/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
@@ -0,0 +1,25 @@
+---
+layout: post
+title: 'First Steps with Spark - Screencast #1'
+categories:
+- Screencasts
+tags: []
+status: publish
+type: post
+published: true
+meta:
+ _edit_last: '2'
+ _wpas_done_all: '1'
+ _wp_old_slug: first-steps-with-spark-screencast-1
+---
+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 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>.
+
+For more information and links to other Spark screencasts, check out the <a href="{{site.url}}documentation.html">Spark documentation page</a>.