From f64cac396b1a479fe4412d728c1b6797ded7873a Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Thu, 19 Dec 2013 23:48:38 +0000 Subject: Adding 0.8.1 release --- .../screencasts/3-transformations-and-caching.html | 157 +++++++++++++++++++++ site/screencasts/4-a-standalone-job-in-spark.html | 157 +++++++++++++++++++++ site/screencasts/index.html | 4 +- 3 files changed, 316 insertions(+), 2 deletions(-) (limited to 'site/screencasts') diff --git a/site/screencasts/3-transformations-and-caching.html b/site/screencasts/3-transformations-and-caching.html index e4010148c..2f144ea28 100644 --- a/site/screencasts/3-transformations-and-caching.html +++ b/site/screencasts/3-transformations-and-caching.html @@ -1,3 +1,137 @@ + + + + + + + + + + + + + Transformations and Caching - Spark Screencast #3 | Apache Spark + + + + + + + + + + + + + + + + +
+ + + + + +
+
+
+ +
+

Transformations and Caching - Spark Screencast #3

+ +

In this third Spark screencast, we demonstrate more advanced use of RDD actions and transformations, as well as caching RDDs in memory.

@@ -5,3 +139,26 @@

Check out the next spark screencast in the series, Spark Screencast #4 - A Standalone Job in Scala.

For more information and links to other Spark screencasts, check out the Spark documentation page.

+ +
+ +
+ +
+
+

+ Apache Spark is an effort undergoing incubation at The Apache Software Foundation. + + Apache Incubator + +

+
+
+ +
+
+
+ + + + diff --git a/site/screencasts/4-a-standalone-job-in-spark.html b/site/screencasts/4-a-standalone-job-in-spark.html index 2ee574040..0a54f59da 100644 --- a/site/screencasts/4-a-standalone-job-in-spark.html +++ b/site/screencasts/4-a-standalone-job-in-spark.html @@ -1,5 +1,162 @@ + + + + + + + + + + + + + A Standalone Job in Scala - Spark Screencast #4 | Apache Spark + + + + + + + + + + + + + + + + +
+ + + + + +
+
+
+ +
+

A Standalone Job in Scala - Spark Screencast #4

+ +

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.

For more information and links to other Spark screencasts, check out the Spark documentation page.

+ +
+ +
+ +
+
+

+ Apache Spark is an effort undergoing incubation at The Apache Software Foundation. + + Apache Incubator + +

+
+
+ +
+
+
+ + + + diff --git a/site/screencasts/index.html b/site/screencasts/index.html index 560c03f85..02a67decc 100644 --- a/site/screencasts/index.html +++ b/site/screencasts/index.html @@ -132,7 +132,7 @@
-

4 A Standalone Job In Spark

+

A Standalone Job in Scala - Spark Screencast #4

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.

@@ -142,7 +142,7 @@