From 81b07ecaa9acc0a8ff4ec72377ecea8597e78938 Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Tue, 27 Aug 2013 05:06:03 +0000 Subject: Add post about Spark Screencast #4 and link to it from documentation main page and the post for the 3rd screencast. --- site/screencasts/1-first-steps-with-spark.html | 2 +- site/screencasts/2-spark-documentation-overview.html | 2 +- site/screencasts/3-transformations-and-caching.html | 4 +++- site/screencasts/index.html | 10 ++++++++++ 4 files changed, 15 insertions(+), 3 deletions(-) (limited to 'site/screencasts') diff --git a/site/screencasts/1-first-steps-with-spark.html b/site/screencasts/1-first-steps-with-spark.html index ea751a075..00d05cd5a 100644 --- a/site/screencasts/1-first-steps-with-spark.html +++ b/site/screencasts/1-first-steps-with-spark.html @@ -113,7 +113,7 @@
  • Introduce the API using the Spark interactive shell to explore a file.
  • -
    +

    Check out the next spark screencast in the series, Spark Screencast #2 - Overview of Spark Documentation.

    diff --git a/site/screencasts/2-spark-documentation-overview.html b/site/screencasts/2-spark-documentation-overview.html index 00906dcc5..deb57f0d4 100644 --- a/site/screencasts/2-spark-documentation-overview.html +++ b/site/screencasts/2-spark-documentation-overview.html @@ -109,7 +109,7 @@

    This is our 2nd Spark screencast. In it, we take a tour of the documentation available for Spark users online.

    -
    +

    Check out the next spark screencast in the series, Spark Screencast #3 - Transformations and Caching.

    diff --git a/site/screencasts/3-transformations-and-caching.html b/site/screencasts/3-transformations-and-caching.html index 5c0a40a20..ccf371d8a 100644 --- a/site/screencasts/3-transformations-and-caching.html +++ b/site/screencasts/3-transformations-and-caching.html @@ -109,7 +109,9 @@

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

    -
    +
    + +

    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.

    diff --git a/site/screencasts/index.html b/site/screencasts/index.html index 01edf78aa..3150902b9 100644 --- a/site/screencasts/index.html +++ b/site/screencasts/index.html @@ -105,6 +105,16 @@

    Spark Screencast Archive

    +
    +
    +

    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.

    + +
    +
    +

    Transformations and Caching - Spark Screencast #3

    -- cgit v1.2.3