From c1c954705f834c78d23f7d5008ff96daf9fa30ce Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Wed, 2 Apr 2014 23:44:50 +0000 Subject: update screencasts to point to videos hosted on apache spark's youtube channel inline with other screencasts in the youtube playlist containing them all. previously posts were linking to videos hosted on andykonwinski's youtube account. --- screencasts/_posts/2013-04-10-1-first-steps-with-spark.md | 2 +- screencasts/_posts/2013-04-11-2-spark-documentation-overview.md | 2 +- screencasts/_posts/2013-04-16-3-transformations-and-caching.md | 2 +- screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md | 2 +- site/screencasts/1-first-steps-with-spark.html | 2 +- site/screencasts/2-spark-documentation-overview.html | 2 +- site/screencasts/3-transformations-and-caching.html | 2 +- site/screencasts/4-a-standalone-job-in-spark.html | 2 +- 8 files changed, 8 insertions(+), 8 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 index e38b68934..2b1c45e3b 100644 --- a/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md +++ b/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md @@ -18,7 +18,7 @@ This screencast marks the beginning of a series of hands-on screencasts we will
  • 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/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md b/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md index 025d1cd80..7f594c3fe 100644 --- a/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md +++ b/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md @@ -10,7 +10,7 @@ published: true --- 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/screencasts/_posts/2013-04-16-3-transformations-and-caching.md b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md index fdddcf5f9..f63ff2e57 100644 --- a/screencasts/_posts/2013-04-16-3-transformations-and-caching.md +++ b/screencasts/_posts/2013-04-16-3-transformations-and-caching.md @@ -10,7 +10,7 @@ published: true --- 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. diff --git a/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md b/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md index 05e570370..b74765120 100644 --- a/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md +++ b/screencasts/_posts/2013-08-26-4-a-standalone-job-in-spark.md @@ -11,6 +11,6 @@ published: true 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. diff --git a/site/screencasts/1-first-steps-with-spark.html b/site/screencasts/1-first-steps-with-spark.html index 4546d0f06..54b6005b4 100644 --- a/site/screencasts/1-first-steps-with-spark.html +++ b/site/screencasts/1-first-steps-with-spark.html @@ -166,7 +166,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 81d65e85d..730d234cf 100644 --- a/site/screencasts/2-spark-documentation-overview.html +++ b/site/screencasts/2-spark-documentation-overview.html @@ -162,7 +162,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 25ee6fe90..5d75f913c 100644 --- a/site/screencasts/3-transformations-and-caching.html +++ b/site/screencasts/3-transformations-and-caching.html @@ -162,7 +162,7 @@

    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.

    diff --git a/site/screencasts/4-a-standalone-job-in-spark.html b/site/screencasts/4-a-standalone-job-in-spark.html index a48061ed3..4f0ad4163 100644 --- a/site/screencasts/4-a-standalone-job-in-spark.html +++ b/site/screencasts/4-a-standalone-job-in-spark.html @@ -162,7 +162,7 @@

    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.

    -- cgit v1.2.3