How to read CSV & JSON files in Spark – word count example
One of the really nice things about spark is the ability to read input files of different formats right out of the box. Though this is a nice to have feature, reading files in spark is not always consistent and seems to keep changing with different spark releases. This article will show you how to …
How to read CSV & JSON files in Spark – word count example Read More »