summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-04-10-1-first-steps-with-spark.html
blob: df4b269205fff302176d6f63a46ef69f193db593 (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
26
27
---
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>. You can also find the Spark documentation online:
<ul>
  <li><a href="{{site.url}}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>