summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md
blob: 5889a35916bc2367e850a48abb1d0debc465e6af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 video-square shadow"><iframe width="755" height="705" src="//www.youtube.com/embed/bWorBGOFBWY?autohide=0&showinfo=0&list=PL-x35fyliRwhKT-NpTKprPW1bkbdDcTTW" 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>.