From Seriously Good Software by Marco Faella
This article delves into using memory storage space efficiently, thus making your software more efficient and resilient.
From Get Programming with Scala by Daniela Sfregola
This article introduces the Option type and discuss why you would (or wouldn’t) want to use it and when.
From Spark in Action, 2nd Ed. by Jean Georges Perrin
This is the last in a series of 4 articles on the topic of ingesting data from files with Spark. This section deals with ingesting a TXT file.
By Jean Georges Perrin
This is the third in a series of 4 articles on the topic of ingesting data from files with Spark. This section deals with ingesting a XML file.
By Jean Georges Perrin This is the second in a series of 4 articles on the topic of ingesting data from files with Spark. This section deals with ingesting a JSON file.