--- layout: post title: 'A Standalone Job in Scala - Spark Screencast #4' categories: - Screencasts tags: [] status: publish type: post 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.