In previous chapters, the fundamental components of Spark such as Spark Core, Spark SQL, and Spark Streaming have been covered. In addition to these components, the Spark ecosystem provides an easy way to implement machine learning algorithms through the Spark Machine Learning Library, Spark MLlib. The goal is to implement scalable machine learning easily.
The recommended background for this chapter is to have some prior experience with Scala. Experience ...