Recent articles filed under Scala

Spark 101 - Integration with data sources

Created 11/12/2015 6:42:00 AM
Filed in Scala

In the previous post I showed you how to build basic Spark programs. Building a basic Spark application is the hello world scenario of Spark. Normally you'd use something like a database to feed your

Read more

How to create multi-project SBT build files

Created 5/28/2015 6:35:00 AM
Filed in Scala

A while back I started programming Scala for the first time. It was also the first introduction to the scala build tool. The defacto standard build tool for compiling and packaging scala applications.

Read more